#B7C65A

Color #B7C65A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B7C65A

Tints of Wild Willow #B7C65A

Color information

#B7C65A (or 0xB7C65A) is unknown color: approx Wild Willow. HEX triplet: B7, C6 and 5A. RGB value is (183,198,90). Sum of RGB (Red+Green+Blue) = 183+198+90=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C65A is #4839A5. Grayscale: #B5B5B5. Windows color (decimal): -4733350 or 5949111. OLE color: 5949111.

HSL color Cylindrical-coordinate representation of color #B7C65A: hue angle of 68.33º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7C65A is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB18319890-
CMYK0.0800.550.22
HSL68.33º48.65%56.47%-
HSV(B)68.33º54.55%77.65%-
XYZ41.5751.1917.36-
YUV181.276.53129.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 198 (77.73% from 255) = 42.04%
BLUE value IS 90 (35.55% from 255) = 19.11%
R=38.85%
G=42.04%
B=19.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183198900.0800.550.2268.3348.6556.47
HexB7C65A803716443138
Octal26730613210067261046170
Binary1011011111000110101101010000110111101101000100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C65A; }

 p { color: rgb(183,198,90); }

 H1.HeaderClassName
 {
   color: #B7C65A;
 }
 .AnyTagClassName
 {
   color: #B7C65A;
 }
</style>
background-color css

<style>
 a { background-color: #B7C65A; }

 a { background-color: rgb(183,198,90); }

 div.DivClassName
 {
   background-color: #B7C65A;
 }
 .BgClassName
 {
   background-color: #B7C65A;
 }
</style>
border-color css

<style>
 span { border-color: #B7C65A; }

 span { border-color: rgb(183,198,90); }

 td.TdClassName
 {
   border-color: #B7C65A;
 }
 .TagClassName
 {
   border-color: #B7C65A;
 }
</style>