#BECB7A

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

Shades of Pine Glade #BECB7A

Tints of Pine Glade #BECB7A

Color information

#BECB7A (or 0xBECB7A) is unknown color: approx Pine Glade. HEX triplet: BE, CB and 7A. RGB value is (190,203,122). Sum of RGB (Red+Green+Blue) = 190+203+122=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB7A is #413485. Grayscale: #BEBEBE. Windows color (decimal): -4273286 or 8047550. OLE color: 8047550.

HSL color Cylindrical-coordinate representation of color #BECB7A: hue angle of 69.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BECB7A is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB190203122-
CMYK0.0600.400.20
HSL69.63º43.78%63.73%-
HSV(B)69.63º39.9%79.61%-
XYZ46.155.0626.61-
YUV189.8889.69128.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=36.89%
G=39.42%
B=23.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031220.0600.400.2069.6343.7863.73
HexBECB7A602814462c40
Octal27631317260502410654100
Binary1011111011001011111101011001010001010010001101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB7A; }

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

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

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

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

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

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

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

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