#BEC35D

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

Shades of Wild Willow #BEC35D

Tints of Wild Willow #BEC35D

Color information

#BEC35D (or 0xBEC35D) is unknown color: approx Wild Willow. HEX triplet: BE, C3 and 5D. RGB value is (190,195,93). Sum of RGB (Red+Green+Blue) = 190+195+93=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC35D is #413CA2. Grayscale: #B6B6B6. Windows color (decimal): -4275363 or 6144958. OLE color: 6144958.

HSL color Cylindrical-coordinate representation of color #BEC35D: hue angle of 62.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEC35D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19019593-
CMYK0.0300.520.24
HSL62.94º45.95%56.47%-
HSV(B)62.94º52.31%76.47%-
XYZ42.7350.7717.9-
YUV181.8877.84133.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=39.75%
G=40.79%
B=19.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190195930.0300.520.2462.9445.9556.47
HexBEC35D3034183f2e38
Octal276303135306430775670
Binary1011111011000011101110111011010011000111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC35D; }

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

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

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

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

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

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

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

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