Html Css Color HEX #B8BE80 Pine Glade

📋 copy color: '#B8BE80'

red 184 ◦ green 190 ◦ blue 128

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

Shades of Pine Glade #B8BE80

Tints of Pine Glade #B8BE80

RGB

 RED value IS 184 (72.27% from 255) = 36.65%

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

 BLUE value IS 128 (50.39% from 255) = 25.5%

R = 36.65%
G = 37.85%
B = 25.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#B8BE80 (or 0xB8BE80) is known color: Pine Glade. HEX triplet: B8, BE and 80. RGB value is (184,190,128). Sum of RGB (Red+Green+Blue) = 184+190+128=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BE80 is #47417F. Grayscale: #B5B5B5. Windows color (decimal): -4669824 or 8437432. OLE color: 8437432.

HSL color Cylindrical-coordinate representation of color #B8BE80: hue angle of 65.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8BE80 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 190 128 -
CMYK 0.03 0 0.33 0.25
HSL 65.81º 0.32% 0.62% -
HSV(B) 65.81º 0.33% 0.75% -
XYZ 42.08 48.58 27.58 -
YUV 181.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 184 190 128 0.03 0 0.33 0.25 65.81 0.32 0.62
Hex B8 BE 80 3 0 21 19 42 20 3E
Octal 270 276 200 3 0 41 31 102 40 76
Binary 10111000 10111110 10000000 11 0 100001 11001 1000010 100000 111110

Color Harmonies of #B8BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BE80

Black with #B8BE80

Text Example


Text Example

White with #B8BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BE80; }

 p { color: rgb(184,190,128); }

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

background-color css

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

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

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

border-color css

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

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

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