#BECD75

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

Shades of Pine Glade #BECD75

Tints of Pine Glade #BECD75

Color information

#BECD75 (or 0xBECD75) is unknown color: approx Pine Glade. HEX triplet: BE, CD and 75. RGB value is (190,205,117). Sum of RGB (Red+Green+Blue) = 190+205+117=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD75 is #41328A. Grayscale: #BEBEBE. Windows color (decimal): -4272779 or 7720382. OLE color: 7720382.

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

Color convert

RGB190205117-
CMYK0.0700.430.20
HSL70.23º46.81%63.14%-
HSV(B)70.23º42.93%80.39%-
XYZ46.2855.8925.18-
YUV190.4886.53127.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=37.11%
G=40.04%
B=22.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051170.0700.430.2070.2346.8163.14
HexBECD75702B14462f3f
Octal2763151657053241065777
Binary101111101100110111101011110101011101001000110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD75; }

 p { color: rgb(190,205,117); }

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

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

 a { background-color: rgb(190,205,117); }

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

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

 span { border-color: rgb(190,205,117); }

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