Html Css Color HEX #B8BF8A Pine Glade

📋 copy color: '#B8BF8A'

red 184 ◦ green 191 ◦ blue 138

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

Shades of Pine Glade #B8BF8A

Tints of Pine Glade #B8BF8A

RGB

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

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

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

R = 35.87%
G = 37.23%
B = 26.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#B8BF8A (or 0xB8BF8A) is known color: Pine Glade. HEX triplet: B8, BF and 8A. RGB value is (184,191,138). Sum of RGB (Red+Green+Blue) = 184+191+138=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BF8A is #474075. Grayscale: #B7B7B7. Windows color (decimal): -4669558 or 9093048. OLE color: 9093048.

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

Color convert

RGB 184 191 138 -
CMYK 0.04 0 0.28 0.25
HSL 67.92º 0.29% 0.65% -
HSV(B) 67.92º 0.28% 0.75% -
XYZ 42.99 49.29 31.29 -
YUV 182.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 184 191 138 0.04 0 0.28 0.25 67.92 0.29 0.65
Hex B8 BF 8A 4 0 1C 19 44 1D 41
Octal 270 277 212 4 0 34 31 104 35 101
Binary 10111000 10111111 10001010 100 0 11100 11001 1000100 11101 1000001

Color Harmonies of #B8BF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BF8A

Black with #B8BF8A

Text Example


Text Example

White with #B8BF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BF8A; }

 p { color: rgb(184,191,138); }

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

background-color css

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

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

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

border-color css

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

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

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