#B3CB61

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

Shades of Wild Willow #B3CB61

Tints of Wild Willow #B3CB61

Color information

#B3CB61 (or 0xB3CB61) is unknown color: approx Wild Willow. HEX triplet: B3, CB and 61. RGB value is (179,203,97). Sum of RGB (Red+Green+Blue) = 179+203+97=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CB61 is #4C349E. Grayscale: #B8B8B8. Windows color (decimal): -4994207 or 6409139. OLE color: 6409139.

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

Color convert

RGB17920397-
CMYK0.1200.520.20
HSL73.58º50.48%58.82%-
HSV(B)73.58º52.22%79.61%-
XYZ42.153.1619.35-
YUV183.7479.05124.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=37.37%
G=42.38%
B=20.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179203970.1200.520.2073.5850.4858.82
HexB3CB61C034144a323b
Octal26331314114064241126273
Binary1011001111001011110000111000110100101001001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB61; }

 p { color: rgb(179,203,97); }

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

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

 a { background-color: rgb(179,203,97); }

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

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

 span { border-color: rgb(179,203,97); }

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