#B2CB65

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

Shades of Wild Willow #B2CB65

Tints of Wild Willow #B2CB65

Color information

#B2CB65 (or 0xB2CB65) is unknown color: approx Wild Willow. HEX triplet: B2, CB and 65. RGB value is (178,203,101). Sum of RGB (Red+Green+Blue) = 178+203+101=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB65 is #4D349A. Grayscale: #B8B8B8. Windows color (decimal): -5059739 or 6671282. OLE color: 6671282.

HSL color Cylindrical-coordinate representation of color #B2CB65: hue angle of 74.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2CB65 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB178203101-
CMYK0.1200.500.20
HSL74.71º49.51%59.61%-
HSV(B)74.71º50.25%79.61%-
XYZ42.0653.1220.35-
YUV183.981.22123.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=36.93%
G=42.12%
B=20.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782031010.1200.500.2074.7149.5159.61
HexB2CB65C032144b323c
Octal26231314514062241136274
Binary1011001011001011110010111000110010101001001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CB65; }

 p { color: rgb(178,203,101); }

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

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

 a { background-color: rgb(178,203,101); }

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

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

 span { border-color: rgb(178,203,101); }

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