#BECB73

Color #BECB73 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BECB73

Tints of Pine Glade #BECB73

Color information

#BECB73 (or 0xBECB73) is unknown color: approx Pine Glade. HEX triplet: BE, CB and 73. RGB value is (190,203,115). Sum of RGB (Red+Green+Blue) = 190+203+115=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB73 is #41348C. Grayscale: #BDBDBD. Windows color (decimal): -4273293 or 7588798. OLE color: 7588798.

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

Color convert

RGB190203115-
CMYK0.0600.430.20
HSL68.86º45.83%62.35%-
HSV(B)68.86º43.35%79.61%-
XYZ45.6954.924.41-
YUV189.0886.19128.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 115 (45.31% from 255) = 22.64%
R=37.40%
G=39.96%
B=22.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031150.0600.430.2068.8645.8362.35
HexBECB73602B14452e3e
Octal2763131636053241055676
Binary101111101100101111100111100101011101001000101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB73; }

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

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

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

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

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

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

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

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