#BECB7D

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

Shades of Pine Glade #BECB7D

Tints of Pine Glade #BECB7D

Color information

#BECB7D (or 0xBECB7D) is unknown color: approx Pine Glade. HEX triplet: BE, CB and 7D. RGB value is (190,203,125). Sum of RGB (Red+Green+Blue) = 190+203+125=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB7D is #413482. Grayscale: #BEBEBE. Windows color (decimal): -4273283 or 8244158. OLE color: 8244158.

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

Color convert

RGB190203125-
CMYK0.0600.380.20
HSL70º42.86%64.31%-
HSV(B)70º38.42%79.61%-
XYZ46.2955.1427.61-
YUV190.2291.19127.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 125 (49.22% from 255) = 24.13%
R=36.68%
G=39.19%
B=24.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031250.0600.380.207042.8664.31
HexBECB7D602614462b40
Octal27631317560462410653100
Binary1011111011001011111110111001001101010010001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB7D; }

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

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

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

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

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

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

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

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