Html Css Color HEX #B8C07C Pine Glade

📋 copy color: '#B8C07C'

red 184 ◦ green 192 ◦ blue 124

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

Shades of Pine Glade #B8C07C

Tints of Pine Glade #B8C07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.8%

R = 36.8%
G = 38.4%
B = 24.8%

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

#B8C07C (or 0xB8C07C) is known color: Pine Glade. HEX triplet: B8, C0 and 7C. RGB value is (184,192,124). Sum of RGB (Red+Green+Blue) = 184+192+124=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C07C is #473F83. Grayscale: #B6B6B6. Windows color (decimal): -4669316 or 8175800. OLE color: 8175800.

HSL color Cylindrical-coordinate representation of color #B8C07C: hue angle of 67.06º degrees, saturation: 0.35, 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 #B8C07C is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 124 -
CMYK 0.04 0 0.35 0.25
HSL 67.06º 0.35% 0.62% -
HSV(B) 67.06º 0.35% 0.75% -
XYZ 42.25 49.34 26.37 -
YUV 181.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 184 192 124 0.04 0 0.35 0.25 67.06 0.35 0.62
Hex B8 C0 7C 4 0 23 19 43 23 3E
Octal 270 300 174 4 0 43 31 103 43 76
Binary 10111000 11000000 1111100 100 0 100011 11001 1000011 100011 111110

Color Harmonies of #B8C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C07C

Black with #B8C07C

Text Example


Text Example

White with #B8C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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