Html Css Color HEX #BEBE8A Pine Glade

📋 copy color: '#BEBE8A'

red 190 ◦ green 190 ◦ blue 138

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

Shades of Pine Glade #BEBE8A

Tints of Pine Glade #BEBE8A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.68%

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 36.68%
G = 36.68%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BEBE8A (or 0xBEBE8A) is known color: Pine Glade. HEX triplet: BE, BE and 8A. RGB value is (190,190,138). Sum of RGB (Red+Green+Blue) = 190+190+138=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE8A is #414175. Grayscale: #B8B8B8. Windows color (decimal): -4276598 or 9092798. OLE color: 9092798.

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

Color convert

RGB 190 190 138 -
CMYK 0 0 0.27 0.25
HSL 60º 0.29% 0.64% -
HSV(B) 60º 0.27% 0.75% -
XYZ 44.24 49.61 31.29 -
YUV 184.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 190 190 138 0 0 0.27 0.25 60 0.29 0.64
Hex BE BE 8A 0 0 1B 19 3C 1D 40
Octal 276 276 212 0 0 33 31 74 35 100
Binary 10111110 10111110 10001010 0 0 11011 11001 111100 11101 1000000

Color Harmonies of #BEBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE8A

Black with #BEBE8A

Text Example


Text Example

White with #BEBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE8A; }

 p { color: rgb(190,190,138); }

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

background-color css

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

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

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

border-color css

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

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

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