#BECC85

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

Shades of Pine Glade #BECC85

Tints of Pine Glade #BECC85

Color information

#BECC85 (or 0xBECC85) is unknown color: approx Pine Glade. HEX triplet: BE, CC and 85. RGB value is (190,204,133). Sum of RGB (Red+Green+Blue) = 190+204+133=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC85 is #41337A. Grayscale: #BFBFBF. Windows color (decimal): -4273019 or 8768702. OLE color: 8768702.

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

Color convert

RGB190204133-
CMYK0.0700.350.2
HSL71.83º41.04%66.08%-
HSV(B)71.83º34.8%80%-
XYZ47.0655.8330.49-
YUV191.7294.86126.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=36.05%
G=38.71%
B=25.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041330.0700.350.271.8341.0466.08
HexBECC85702314482942
Octal27631420570432411051102
Binary10111110110011001000010111101000111010010010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC85; }

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

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

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

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

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

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

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

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