Html Css Color HEX #B8C077 Pine Glade

📋 copy color: '#B8C077'

red 184 ◦ green 192 ◦ blue 119

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

Shades of Pine Glade #B8C077

Tints of Pine Glade #B8C077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 37.17%
G = 38.79%
B = 24.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#B8C077 (or 0xB8C077) is known color: Pine Glade. HEX triplet: B8, C0 and 77. RGB value is (184,192,119). Sum of RGB (Red+Green+Blue) = 184+192+119=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C077 is #473F88. Grayscale: #B5B5B5. Windows color (decimal): -4669321 or 7848120. OLE color: 7848120.

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

Color convert

RGB 184 192 119 -
CMYK 0.04 0 0.38 0.25
HSL 66.58º 0.37% 0.61% -
HSV(B) 66.58º 0.38% 0.75% -
XYZ 41.95 49.22 24.74 -
YUV 181.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 184 192 119 0.04 0 0.38 0.25 66.58 0.37 0.61
Hex B8 C0 77 4 0 26 19 43 25 3D
Octal 270 300 167 4 0 46 31 103 45 75
Binary 10111000 11000000 1110111 100 0 100110 11001 1000011 100101 111101

Color Harmonies of #B8C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C077

Black with #B8C077

Text Example


Text Example

White with #B8C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C077; }

 p { color: rgb(184,192,119); }

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

background-color css

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

 a { background-color: rgb(184,192,119); }

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

border-color css

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

 span { border-color: rgb(184,192,119); }

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