#BECB66

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

Shades of Wild Willow #BECB66

Tints of Wild Willow #BECB66

Color information

#BECB66 (or 0xBECB66) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 66. RGB value is (190,203,102). Sum of RGB (Red+Green+Blue) = 190+203+102=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB66 is #413499. Grayscale: #BBBBBB. Windows color (decimal): -4273306 or 6736830. OLE color: 6736830.

HSL color Cylindrical-coordinate representation of color #BECB66: hue angle of 67.72º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BECB66 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB190203102-
CMYK0.0600.500.20
HSL67.72º49.27%59.8%-
HSV(B)67.72º49.75%79.61%-
XYZ44.9954.6220.74-
YUV187.679.69129.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 203 (79.69% from 255) = 41.01%
BLUE value IS 102 (40.23% from 255) = 20.61%
R=38.38%
G=41.01%
B=20.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031020.0600.500.2067.7249.2759.8
HexBECB6660321444313c
Octal2763131466062241046174
Binary101111101100101111001101100110010101001000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB66; }

 p { color: rgb(190,203,102); }

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

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

 a { background-color: rgb(190,203,102); }

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

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

 span { border-color: rgb(190,203,102); }

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