Html Css Color HEX #B8C27C Pine Glade

📋 copy color: '#B8C27C'

red 184 ◦ green 194 ◦ blue 124

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

Shades of Pine Glade #B8C27C

Tints of Pine Glade #B8C27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.65%

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

R = 36.65%
G = 38.65%
B = 24.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#B8C27C (or 0xB8C27C) is known color: Pine Glade. HEX triplet: B8, C2 and 7C. RGB value is (184,194,124). Sum of RGB (Red+Green+Blue) = 184+194+124=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C27C is #473D83. Grayscale: #B7B7B7. Windows color (decimal): -4668804 or 8176312. OLE color: 8176312.

HSL color Cylindrical-coordinate representation of color #B8C27C: hue angle of 68.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8C27C is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 194 124 -
CMYK 0.05 0 0.36 0.24
HSL 68.57º 0.36% 0.62% -
HSV(B) 68.57º 0.36% 0.76% -
XYZ 42.7 50.23 26.51 -
YUV 183.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 184 194 124 0.05 0 0.36 0.24 68.57 0.36 0.62
Hex B8 C2 7C 5 0 24 18 45 24 3E
Octal 270 302 174 5 0 44 30 105 44 76
Binary 10111000 11000010 1111100 101 0 100100 11000 1000101 100100 111110

Color Harmonies of #B8C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C27C

Black with #B8C27C

Text Example


Text Example

White with #B8C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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