#BECB62

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

Shades of Wild Willow #BECB62

Tints of Wild Willow #BECB62

Color information

#BECB62 (or 0xBECB62) is unknown color: approx Wild Willow. HEX triplet: BE, CB and 62. RGB value is (190,203,98). Sum of RGB (Red+Green+Blue) = 190+203+98=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB62 is #41349D. Grayscale: #BBBBBB. Windows color (decimal): -4273310 or 6474686. OLE color: 6474686.

HSL color Cylindrical-coordinate representation of color #BECB62: hue angle of 67.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BECB62 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB19020398-
CMYK0.0600.520.20
HSL67.43º50.24%59.02%-
HSV(B)67.43º51.72%79.61%-
XYZ44.854.5419.72-
YUV187.1477.69130.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=38.70%
G=41.34%
B=19.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190203980.0600.520.2067.4350.2459.02
HexBECB6260341443323b
Octal2763131426064241036273
Binary101111101100101111000101100110100101001000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB62; }

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

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

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

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

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

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

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

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