#BEC968

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

Shades of Wild Willow #BEC968

Tints of Wild Willow #BEC968

Color information

#BEC968 (or 0xBEC968) is unknown color: approx Wild Willow. HEX triplet: BE, C9 and 68. RGB value is (190,201,104). Sum of RGB (Red+Green+Blue) = 190+201+104=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC968 is #413697. Grayscale: #BBBBBB. Windows color (decimal): -4273816 or 6867390. OLE color: 6867390.

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

Color convert

RGB190201104-
CMYK0.0500.480.21
HSL66.8º47.32%59.8%-
HSV(B)66.8º48.26%78.82%-
XYZ44.6253.7221.11-
YUV186.6581.36130.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 104 (41.02% from 255) = 21.01%
R=38.38%
G=40.61%
B=21.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011040.0500.480.2166.847.3259.8
HexBEC968503015432f3c
Octal2763111505060251035774
Binary101111101100100111010001010110000101011000011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC968; }

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

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

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

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

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

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

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

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