#B4CE68

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

Shades of Wild Willow #B4CE68

Tints of Wild Willow #B4CE68

Color information

#B4CE68 (or 0xB4CE68) is unknown color: approx Wild Willow. HEX triplet: B4, CE and 68. RGB value is (180,206,104). Sum of RGB (Red+Green+Blue) = 180+206+104=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CE68 is #4B3197. Grayscale: #BABABA. Windows color (decimal): -4927896 or 6868660. OLE color: 6868660.

HSL color Cylindrical-coordinate representation of color #B4CE68: hue angle of 75.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4CE68 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB180206104-
CMYK0.1300.500.19
HSL75.29º51%60.78%-
HSV(B)75.29º49.51%80.78%-
XYZ43.3954.8521.4-
YUV186.681.39123.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=36.73%
G=42.04%
B=21.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061040.1300.500.1975.295160.78
HexB4CE68D032134b333d
Octal26431615015062231136375
Binary1011010011001110110100011010110010100111001011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CE68; }

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

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

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

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

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

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

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

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