#B2C65A

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

Shades of Wild Willow #B2C65A

Tints of Wild Willow #B2C65A

Color information

#B2C65A (or 0xB2C65A) is unknown color: approx Wild Willow. HEX triplet: B2, C6 and 5A. RGB value is (178,198,90). Sum of RGB (Red+Green+Blue) = 178+198+90=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C65A is #4D39A5. Grayscale: #B4B4B4. Windows color (decimal): -5061030 or 5949106. OLE color: 5949106.

HSL color Cylindrical-coordinate representation of color #B2C65A: hue angle of 71.11º 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 #B2C65A is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB17819890-
CMYK0.1000.550.22
HSL71.11º48.65%56.47%-
HSV(B)71.11º54.55%77.65%-
XYZ40.450.5917.31-
YUV179.7177.37126.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 90 (35.55% from 255) = 19.31%
R=38.20%
G=42.49%
B=19.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178198900.1000.550.2271.1148.6556.47
HexB2C65AA03716473138
Octal26230613212067261076170
Binary1011001011000110101101010100110111101101000111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C65A; }

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

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

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

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

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

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

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

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