Html Css Color HEX #B8BC7D Pine Glade

📋 copy color: '#B8BC7D'

red 184 ◦ green 188 ◦ blue 125

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

Shades of Pine Glade #B8BC7D

Tints of Pine Glade #B8BC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

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

R = 37.02%
G = 37.83%
B = 25.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#B8BC7D (or 0xB8BC7D) is known color: Pine Glade. HEX triplet: B8, BC and 7D. RGB value is (184,188,125). Sum of RGB (Red+Green+Blue) = 184+188+125=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC7D is #474382. Grayscale: #B3B3B3. Windows color (decimal): -4670339 or 8240312. OLE color: 8240312.

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

Color convert

RGB 184 188 125 -
CMYK 0.02 0 0.34 0.26
HSL 63.81º 0.32% 0.61% -
HSV(B) 63.81º 0.34% 0.74% -
XYZ 41.45 47.64 26.41 -
YUV 179.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 184 188 125 0.02 0 0.34 0.26 63.81 0.32 0.61
Hex B8 BC 7D 2 0 22 1A 40 20 3D
Octal 270 274 175 2 0 42 32 100 40 75
Binary 10111000 10111100 1111101 10 0 100010 11010 1000000 100000 111101

Color Harmonies of #B8BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BC7D

Black with #B8BC7D

Text Example


Text Example

White with #B8BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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