#BECC6A

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

Shades of Wild Willow #BECC6A

Tints of Wild Willow #BECC6A

Color information

#BECC6A (or 0xBECC6A) is unknown color: approx Wild Willow. HEX triplet: BE, CC and 6A. RGB value is (190,204,106). Sum of RGB (Red+Green+Blue) = 190+204+106=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC6A is #413395. Grayscale: #BDBDBD. Windows color (decimal): -4273046 or 6999230. OLE color: 6999230.

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

Color convert

RGB190204106-
CMYK0.0700.480.2
HSL68.57º49%60.78%-
HSV(B)68.57º48.04%80%-
XYZ45.4355.1721.89-
YUV188.6481.36128.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 106 (41.80% from 255) = 21.2%
R=38%
G=40.8%
B=21.2%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041060.0700.480.268.574960.78
HexBECC6A70301445313d
Octal2763141527060241056175
Binary101111101100110011010101110110000101001000101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC6A; }

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

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

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

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

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

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

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

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