#BECD6C

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

Shades of Wild Willow #BECD6C

Tints of Wild Willow #BECD6C

Color information

#BECD6C (or 0xBECD6C) is unknown color: approx Wild Willow. HEX triplet: BE, CD and 6C. RGB value is (190,205,108). Sum of RGB (Red+Green+Blue) = 190+205+108=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD6C is #413293. Grayscale: #BDBDBD. Windows color (decimal): -4272788 or 7130558. OLE color: 7130558.

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

Color convert

RGB190205108-
CMYK0.0700.470.20
HSL69.28º49.24%61.37%-
HSV(B)69.28º47.32%80.39%-
XYZ45.7755.6922.52-
YUV189.4682.03128.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 108 (42.58% from 255) = 21.47%
R=37.77%
G=40.76%
B=21.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051080.0700.470.2069.2849.2461.37
HexBECD6C702F1445313d
Octal2763151547057241056175
Binary101111101100110111011001110101111101001000101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD6C; }

 p { color: rgb(190,205,108); }

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

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

 a { background-color: rgb(190,205,108); }

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

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

 span { border-color: rgb(190,205,108); }

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