Html Css Color HEX #B8BD7F Pine Glade

📋 copy color: '#B8BD7F'

red 184 ◦ green 189 ◦ blue 127

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

Shades of Pine Glade #B8BD7F

Tints of Pine Glade #B8BD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

 BLUE value IS 127 (50% from 255) = 25.4%

R = 36.8%
G = 37.8%
B = 25.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#B8BD7F (or 0xB8BD7F) is known color: Pine Glade. HEX triplet: B8, BD and 7F. RGB value is (184,189,127). Sum of RGB (Red+Green+Blue) = 184+189+127=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD7F is #474280. Grayscale: #B4B4B4. Windows color (decimal): -4670081 or 8371640. OLE color: 8371640.

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

Color convert

RGB 184 189 127 -
CMYK 0.03 0 0.33 0.26
HSL 64.84º 0.32% 0.62% -
HSV(B) 64.84º 0.33% 0.74% -
XYZ 41.8 48.12 27.16 -
YUV 180.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 184 189 127 0.03 0 0.33 0.26 64.84 0.32 0.62
Hex B8 BD 7F 3 0 21 1A 41 20 3E
Octal 270 275 177 3 0 41 32 101 40 76
Binary 10111000 10111101 1111111 11 0 100001 11010 1000001 100000 111110

Color Harmonies of #B8BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD7F

Black with #B8BD7F

Text Example


Text Example

White with #B8BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD7F; }

 p { color: rgb(184,189,127); }

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

background-color css

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

 a { background-color: rgb(184,189,127); }

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

border-color css

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

 span { border-color: rgb(184,189,127); }

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