#BEC970

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

Shades of Wild Willow #BEC970

Tints of Wild Willow #BEC970

Color information

#BEC970 (or 0xBEC970) is unknown color: approx Wild Willow. HEX triplet: BE, C9 and 70. RGB value is (190,201,112). Sum of RGB (Red+Green+Blue) = 190+201+112=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC970 is #41368F. Grayscale: #BBBBBB. Windows color (decimal): -4273808 or 7391678. OLE color: 7391678.

HSL color Cylindrical-coordinate representation of color #BEC970: hue angle of 67.42º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEC970 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB190201112-
CMYK0.0500.440.21
HSL67.42º45.18%61.37%-
HSV(B)67.42º44.28%78.82%-
XYZ45.0553.8923.36-
YUV187.5685.36129.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 112 (44.14% from 255) = 22.27%
R=37.77%
G=39.96%
B=22.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011120.0500.440.2167.4245.1861.37
HexBEC970502C15432d3d
Octal2763111605054251035575
Binary101111101100100111100001010101100101011000011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC970; }

 p { color: rgb(190,201,112); }

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

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

 a { background-color: rgb(190,201,112); }

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

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

 span { border-color: rgb(190,201,112); }

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