#B4CD6C

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

Shades of Wild Willow #B4CD6C

Tints of Wild Willow #B4CD6C

Color information

#B4CD6C (or 0xB4CD6C) is unknown color: approx Wild Willow. HEX triplet: B4, CD and 6C. RGB value is (180,205,108). Sum of RGB (Red+Green+Blue) = 180+205+108=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CD6C is #4B3293. Grayscale: #BABABA. Windows color (decimal): -4928148 or 7130548. OLE color: 7130548.

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

Color convert

RGB180205108-
CMYK0.1200.470.20
HSL75.46º49.24%61.37%-
HSV(B)75.46º47.32%80.39%-
XYZ43.3654.4522.41-
YUV186.4783.72123.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=36.51%
G=41.58%
B=21.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051080.1200.470.2075.4649.2461.37
HexB4CD6CC02F144b313d
Octal26431515414057241136175
Binary1011010011001101110110011000101111101001001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD6C; }

 p { color: rgb(180,205,108); }

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

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

 a { background-color: rgb(180,205,108); }

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

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

 span { border-color: rgb(180,205,108); }

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