#BECF75

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

Shades of Pine Glade #BECF75

Tints of Pine Glade #BECF75

Color information

#BECF75 (or 0xBECF75) is unknown color: approx Pine Glade. HEX triplet: BE, CF and 75. RGB value is (190,207,117). Sum of RGB (Red+Green+Blue) = 190+207+117=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF75 is #41308A. Grayscale: #C0C0C0. Windows color (decimal): -4272267 or 7720894. OLE color: 7720894.

HSL color Cylindrical-coordinate representation of color #BECF75: hue angle of 71.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BECF75 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB190207117-
CMYK0.0800.430.19
HSL71.33º48.39%63.53%-
HSV(B)71.33º43.48%81.18%-
XYZ46.7656.8625.34-
YUV191.6685.87126.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 207 (81.25% from 255) = 40.27%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=36.96%
G=40.27%
B=22.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071170.0800.430.1971.3348.3963.53
HexBECF75802B13473040
Octal276317165100532310760100
Binary10111110110011111110101100001010111001110001111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF75; }

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

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

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

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

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

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

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

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