#B4CE5C

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

Shades of Wild Willow #B4CE5C

Tints of Wild Willow #B4CE5C

Color information

#B4CE5C (or 0xB4CE5C) is unknown color: approx Wild Willow. HEX triplet: B4, CE and 5C. RGB value is (180,206,92). Sum of RGB (Red+Green+Blue) = 180+206+92=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CE5C is #4B31A3. Grayscale: #B9B9B9. Windows color (decimal): -4927908 or 6082228. OLE color: 6082228.

HSL color Cylindrical-coordinate representation of color #B4CE5C: hue angle of 73.68º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4CE5C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB18020692-
CMYK0.1300.550.19
HSL73.68º53.77%58.43%-
HSV(B)73.68º55.34%80.78%-
XYZ42.8354.6218.41-
YUV185.2375.39124.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 206 (80.86% from 255) = 43.10%
BLUE value IS 92 (36.33% from 255) = 19.25%
R=37.66%
G=43.10%
B=19.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180206920.1300.550.1973.6853.7758.43
HexB4CE5CD037134a363a
Octal26431613415067231126672
Binary1011010011001110101110011010110111100111001010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CE5C; }

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

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

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

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

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

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

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

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