#BECE70

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

Shades of Wild Willow #BECE70

Tints of Wild Willow #BECE70

Color information

#BECE70 (or 0xBECE70) is unknown color: approx Wild Willow. HEX triplet: BE, CE and 70. RGB value is (190,206,112). Sum of RGB (Red+Green+Blue) = 190+206+112=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE70 is #41318F. Grayscale: #BEBEBE. Windows color (decimal): -4272528 or 7392958. OLE color: 7392958.

HSL color Cylindrical-coordinate representation of color #BECE70: hue angle of 70.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BECE70 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB190206112-
CMYK0.0800.460.19
HSL70.21º48.96%62.35%-
HSV(B)70.21º45.63%80.78%-
XYZ46.2356.2623.75-
YUV190.583.7127.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=37.40%
G=40.55%
B=22.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061120.0800.460.1970.2148.9662.35
HexBECE70802E1346313e
Octal27631616010056231066176
Binary1011111011001110111000010000101110100111000110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE70; }

 p { color: rgb(190,206,112); }

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

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

 a { background-color: rgb(190,206,112); }

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

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

 span { border-color: rgb(190,206,112); }

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