#BEC05D

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

Shades of Wild Willow #BEC05D

Tints of Wild Willow #BEC05D

Color information

#BEC05D (or 0xBEC05D) is unknown color: approx Wild Willow. HEX triplet: BE, C0 and 5D. RGB value is (190,192,93). Sum of RGB (Red+Green+Blue) = 190+192+93=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC05D is #413FA2. Grayscale: #B4B4B4. Windows color (decimal): -4276131 or 6144190. OLE color: 6144190.

HSL color Cylindrical-coordinate representation of color #BEC05D: hue angle of 61.21º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEC05D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19019293-
CMYK0.0100.520.25
HSL61.21º44%55.88%-
HSV(B)61.21º51.56%75.29%-
XYZ42.0649.4417.68-
YUV180.1278.84135.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=40%
G=40.42%
B=19.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190192930.0100.520.2561.214455.88
HexBEC05D1034193d2c38
Octal276300135106431755470
Binary101111101100000010111011011010011001111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC05D; }

 p { color: rgb(190,192,93); }

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

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

 a { background-color: rgb(190,192,93); }

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

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

 span { border-color: rgb(190,192,93); }

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