#B4CF5C

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

Shades of Wild Willow #B4CF5C

Tints of Wild Willow #B4CF5C

Color information

#B4CF5C (or 0xB4CF5C) is unknown color: approx Wild Willow. HEX triplet: B4, CF and 5C. RGB value is (180,207,92). Sum of RGB (Red+Green+Blue) = 180+207+92=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CF5C is #4B30A3. Grayscale: #BABABA. Windows color (decimal): -4927652 or 6082484. OLE color: 6082484.

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

Color convert

RGB18020792-
CMYK0.1300.560.19
HSL74.09º54.5%58.63%-
HSV(B)74.09º55.56%81.18%-
XYZ43.0755.118.49-
YUV185.8275.05123.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 207 (81.25% from 255) = 43.22%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=37.58%
G=43.22%
B=19.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180207920.1300.560.1974.0954.558.63
HexB4CF5CD038134a373b
Octal26431713415070231126773
Binary1011010011001111101110011010111000100111001010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CF5C; }

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

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

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

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

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

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

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

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