#B4CB5C

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

Shades of Wild Willow #B4CB5C

Tints of Wild Willow #B4CB5C

Color information

#B4CB5C (or 0xB4CB5C) is unknown color: approx Wild Willow. HEX triplet: B4, CB and 5C. RGB value is (180,203,92). Sum of RGB (Red+Green+Blue) = 180+203+92=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB5C is #4B34A3. Grayscale: #B7B7B7. Windows color (decimal): -4928676 or 6081460. OLE color: 6081460.

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

Color convert

RGB18020392-
CMYK0.1100.550.20
HSL72.43º51.63%57.84%-
HSV(B)72.43º54.68%79.61%-
XYZ42.1153.1918.17-
YUV183.4776.38125.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=37.89%
G=42.74%
B=19.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180203920.1100.550.2072.4351.6357.84
HexB4CB5CB0371448343a
Octal26431313413067241106472
Binary1011010011001011101110010110110111101001001000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB5C; }

 p { color: rgb(180,203,92); }

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

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

 a { background-color: rgb(180,203,92); }

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

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

 span { border-color: rgb(180,203,92); }

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