#BECB83

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

Shades of Pine Glade #BECB83

Tints of Pine Glade #BECB83

Color information

#BECB83 (or 0xBECB83) is unknown color: approx Pine Glade. HEX triplet: BE, CB and 83. RGB value is (190,203,131). Sum of RGB (Red+Green+Blue) = 190+203+131=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB83 is #41347C. Grayscale: #BFBFBF. Windows color (decimal): -4273277 or 8637374. OLE color: 8637374.

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

Color convert

RGB190203131-
CMYK0.0600.350.20
HSL70.83º40.91%65.49%-
HSV(B)70.83º35.47%79.61%-
XYZ46.6955.329.69-
YUV190.994.19127.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 131 (51.56% from 255) = 25%
R=36.26%
G=38.74%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031310.0600.350.2070.8340.9165.49
HexBECB83602314472941
Octal27631320360432410751101
Binary10111110110010111000001111001000111010010001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB83; }

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

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

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

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

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

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

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

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