#B2C65B

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

Shades of Wild Willow #B2C65B

Tints of Wild Willow #B2C65B

Color information

#B2C65B (or 0xB2C65B) is unknown color: approx Wild Willow. HEX triplet: B2, C6 and 5B. RGB value is (178,198,91). Sum of RGB (Red+Green+Blue) = 178+198+91=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C65B is #4D39A4. Grayscale: #B4B4B4. Windows color (decimal): -5061029 or 6014642. OLE color: 6014642.

HSL color Cylindrical-coordinate representation of color #B2C65B: hue angle of 71.21º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2C65B is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB17819891-
CMYK0.1000.540.22
HSL71.21º48.42%56.67%-
HSV(B)71.21º54.04%77.65%-
XYZ40.4450.6117.53-
YUV179.8277.87126.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=38.12%
G=42.40%
B=19.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178198910.1000.540.2271.2148.4256.67
HexB2C65BA03616473039
Octal26230613312066261076071
Binary1011001011000110101101110100110110101101000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C65B; }

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

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

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

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

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

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

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

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