#BEC962

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

Shades of Wild Willow #BEC962

Tints of Wild Willow #BEC962

Color information

#BEC962 (or 0xBEC962) is unknown color: approx Wild Willow. HEX triplet: BE, C9 and 62. RGB value is (190,201,98). Sum of RGB (Red+Green+Blue) = 190+201+98=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC962 is #41369D. Grayscale: #BABABA. Windows color (decimal): -4273822 or 6474174. OLE color: 6474174.

HSL color Cylindrical-coordinate representation of color #BEC962: hue angle of 66.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEC962 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB19020198-
CMYK0.0500.510.21
HSL66.41º48.82%58.63%-
HSV(B)66.41º51.24%78.82%-
XYZ44.3353.619.57-
YUV185.9778.36130.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 201 (78.91% from 255) = 41.10%
BLUE value IS 98 (38.67% from 255) = 20.04%
R=38.85%
G=41.10%
B=20.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201980.0500.510.2166.4148.8258.63
HexBEC96250331542313b
Octal2763111425063251026173
Binary101111101100100111000101010110011101011000010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC962; }

 p { color: rgb(190,201,98); }

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

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

 a { background-color: rgb(190,201,98); }

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

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

 span { border-color: rgb(190,201,98); }

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