#BECC5A

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

Shades of Wild Willow #BECC5A

Tints of Wild Willow #BECC5A

Color information

#BECC5A (or 0xBECC5A) is unknown color: approx Wild Willow. HEX triplet: BE, CC and 5A. RGB value is (190,204,90). Sum of RGB (Red+Green+Blue) = 190+204+90=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC5A is #4133A5. Grayscale: #BBBBBB. Windows color (decimal): -4273062 or 5950654. OLE color: 5950654.

HSL color Cylindrical-coordinate representation of color #BECC5A: hue angle of 67.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BECC5A is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB19020490-
CMYK0.0700.560.2
HSL67.37º52.78%57.65%-
HSV(B)67.37º55.88%80%-
XYZ44.6754.8717.91-
YUV186.8273.36130.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=39.26%
G=42.15%
B=18.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal190204900.0700.560.267.3752.7857.65
HexBECC5A70381443353a
Octal2763141327070241036572
Binary101111101100110010110101110111000101001000011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC5A; }

 p { color: rgb(190,204,90); }

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

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

 a { background-color: rgb(190,204,90); }

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

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

 span { border-color: rgb(190,204,90); }

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