Html Css Color HEX #B8C872 Pine Glade

📋 copy color: '#B8C872'

red 184 ◦ green 200 ◦ blue 114

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

Shades of Pine Glade #B8C872

Tints of Pine Glade #B8C872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.16%

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 36.95%
G = 40.16%
B = 22.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#B8C872 (or 0xB8C872) is known color: Pine Glade. HEX triplet: B8, C8 and 72. RGB value is (184,200,114). Sum of RGB (Red+Green+Blue) = 184+200+114=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C872 is #47378D. Grayscale: #B9B9B9. Windows color (decimal): -4667278 or 7522488. OLE color: 7522488.

HSL color Cylindrical-coordinate representation of color #B8C872: hue angle of 71.16º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8C872 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 200 114 -
CMYK 0.08 0 0.43 0.22
HSL 71.16º 0.44% 0.62% -
HSV(B) 71.16º 0.43% 0.78% -
XYZ 43.46 52.71 23.8 -
YUV 185.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 184 200 114 0.08 0 0.43 0.22 71.16 0.44 0.62
Hex B8 C8 72 8 0 2B 16 47 2C 3E
Octal 270 310 162 10 0 53 26 107 54 76
Binary 10111000 11001000 1110010 1000 0 101011 10110 1000111 101100 111110

Color Harmonies of #B8C872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C872

Black with #B8C872

Text Example


Text Example

White with #B8C872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C872; }

 p { color: rgb(184,200,114); }

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

background-color css

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

 a { background-color: rgb(184,200,114); }

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

border-color css

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

 span { border-color: rgb(184,200,114); }

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