#BECC62

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

Shades of Wild Willow #BECC62

Tints of Wild Willow #BECC62

Color information

#BECC62 (or 0xBECC62) is unknown color: approx Wild Willow. HEX triplet: BE, CC and 62. RGB value is (190,204,98). Sum of RGB (Red+Green+Blue) = 190+204+98=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC62 is #41339D. Grayscale: #BCBCBC. Windows color (decimal): -4273054 or 6474942. OLE color: 6474942.

HSL color Cylindrical-coordinate representation of color #BECC62: hue angle of 67.92º degrees, saturation: 0.51, 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 #BECC62 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB19020498-
CMYK0.0700.520.2
HSL67.92º50.96%59.22%-
HSV(B)67.92º51.96%80%-
XYZ45.0355.0119.8-
YUV187.7377.36129.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=38.62%
G=41.46%
B=19.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal190204980.0700.520.267.9250.9659.22
HexBECC6270341444333b
Octal2763141427064241046373
Binary101111101100110011000101110110100101001000100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC62; }

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

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

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

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

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

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

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

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