Html Css Color HEX #BEBF8B Pine Glade

📋 copy color: '#BEBF8B'

red 190 ◦ green 191 ◦ blue 139

#BEBF8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BEBF8B

Tints of Pine Glade #BEBF8B

RGB

 RED value IS 190 (74.61% from 255) = 36.54%

 GREEN value IS 191 (75% from 255) = 36.73%

 BLUE value IS 139 (54.69% from 255) = 26.73%

R = 36.54%
G = 36.73%
B = 26.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEBF8B (or 0xBEBF8B) is known color: Pine Glade. HEX triplet: BE, BF and 8B. RGB value is (190,191,139). Sum of RGB (Red+Green+Blue) = 190+191+139=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF8B is #414074. Grayscale: #B8B8B8. Windows color (decimal): -4276341 or 9158590. OLE color: 9158590.

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

Color convert

RGB 190 191 139 -
CMYK 0.01 0 0.27 0.25
HSL 61.15º 0.29% 0.65% -
HSV(B) 61.15º 0.27% 0.75% -
XYZ 44.53 50.07 31.74 -
YUV 184.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 190 191 139 0.01 0 0.27 0.25 61.15 0.29 0.65
Hex BE BF 8B 1 0 1B 19 3D 1D 41
Octal 276 277 213 1 0 33 31 75 35 101
Binary 10111110 10111111 10001011 1 0 11011 11001 111101 11101 1000001

Color Harmonies of #BEBF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBF8B

Black with #BEBF8B

Text Example


Text Example

White with #BEBF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBF8B; }

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

 H1.HeaderClassName
 {
   color: #BEBF8B;
 }
 .AnyTagClassName
 {
   color: #BEBF8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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