#BEBF75

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

Shades of Pine Glade #BEBF75

Tints of Pine Glade #BEBF75

Color information

#BEBF75 (or 0xBEBF75) is unknown color: approx Pine Glade. HEX triplet: BE, BF and 75. RGB value is (190,191,117). Sum of RGB (Red+Green+Blue) = 190+191+117=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBF75 is #41408A. Grayscale: #B6B6B6. Windows color (decimal): -4276363 or 7716798. OLE color: 7716798.

HSL color Cylindrical-coordinate representation of color #BEBF75: hue angle of 60.81º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEBF75 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190191117-
CMYK0.0100.390.25
HSL60.81º36.63%60.39%-
HSV(B)60.81º38.74%74.9%-
XYZ43.0849.4924.11-
YUV182.2691.17133.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=38.15%
G=38.35%
B=23.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911170.0100.390.2560.8136.6360.39
HexBEBF751027193d253c
Octal276277165104731754574
Binary101111101011111111101011010011111001111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF75; }

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

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

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

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

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

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

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

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