#becc6b

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

Shades of Wild Willow #BECC6B

Tints of Wild Willow #BECC6B

Color information

#BECC6B (or 0xBECC6B) is unknown color: approx Wild Willow. HEX triplet: BE, CC and 6B. RGB value is (190,204,107). Sum of RGB (Red+Green+Blue) = 190+204+107=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC6B is #413394. Grayscale: #BDBDBD. Windows color (decimal): -4273045 or 7064766. OLE color: 7064766.

HSL color Cylindrical-coordinate representation of color #BECC6B: hue angle of 68.66º 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 #BECC6B is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB190204107-
CMYK0.0700.480.2
HSL68.66º48.74%60.98%-
HSV(B)68.66º47.55%80%-
XYZ45.4855.1922.17-
YUV188.7681.86128.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 107 (42.19% from 255) = 21.36%
R=37.92%
G=40.72%
B=21.36%

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
Decimal1902041070.0700.480.268.6648.7460.98
HexBECC6B70301445313d
Octal2763141537060241056175
Binary101111101100110011010111110110000101001000101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #becc6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #becc6b; }

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

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

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

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

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

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

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

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