Html Css Color HEX #B8C376 Pine Glade

📋 copy color: '#B8C376'

red 184 ◦ green 195 ◦ blue 118

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

Shades of Pine Glade #B8C376

Tints of Pine Glade #B8C376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.24%

 BLUE value IS 118 (46.48% from 255) = 23.74%

R = 37.02%
G = 39.24%
B = 23.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#B8C376 (or 0xB8C376) is known color: Pine Glade. HEX triplet: B8, C3 and 76. RGB value is (184,195,118). Sum of RGB (Red+Green+Blue) = 184+195+118=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C376 is #473C89. Grayscale: #B7B7B7. Windows color (decimal): -4668554 or 7783352. OLE color: 7783352.

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

Color convert

RGB 184 195 118 -
CMYK 0.06 0 0.39 0.24
HSL 68.57º 0.39% 0.61% -
HSV(B) 68.57º 0.39% 0.76% -
XYZ 42.55 50.53 24.65 -
YUV 182.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 184 195 118 0.06 0 0.39 0.24 68.57 0.39 0.61
Hex B8 C3 76 6 0 27 18 45 27 3D
Octal 270 303 166 6 0 47 30 105 47 75
Binary 10111000 11000011 1110110 110 0 100111 11000 1000101 100111 111101

Color Harmonies of #B8C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C376

Black with #B8C376

Text Example


Text Example

White with #B8C376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C376; }

 p { color: rgb(184,195,118); }

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

background-color css

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

 a { background-color: rgb(184,195,118); }

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

border-color css

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

 span { border-color: rgb(184,195,118); }

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