Html Css Color HEX #B8BF7D Pine Glade

📋 copy color: '#B8BF7D'

red 184 ◦ green 191 ◦ blue 125

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

Shades of Pine Glade #B8BF7D

Tints of Pine Glade #B8BF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25%

R = 36.8%
G = 38.2%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#B8BF7D (or 0xB8BF7D) is known color: Pine Glade. HEX triplet: B8, BF and 7D. RGB value is (184,191,125). Sum of RGB (Red+Green+Blue) = 184+191+125=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF7D is #474082. Grayscale: #B5B5B5. Windows color (decimal): -4669571 or 8241080. OLE color: 8241080.

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

Color convert

RGB 184 191 125 -
CMYK 0.04 0 0.35 0.25
HSL 66.36º 0.34% 0.62% -
HSV(B) 66.36º 0.35% 0.75% -
XYZ 42.1 48.93 26.63 -
YUV 181.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 184 191 125 0.04 0 0.35 0.25 66.36 0.34 0.62
Hex B8 BF 7D 4 0 23 19 42 22 3E
Octal 270 277 175 4 0 43 31 102 42 76
Binary 10111000 10111111 1111101 100 0 100011 11001 1000010 100010 111110

Color Harmonies of #B8BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BF7D

Black with #B8BF7D

Text Example


Text Example

White with #B8BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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