Html Css Color HEX #B8BD78 Pine Glade

📋 copy color: '#B8BD78'

red 184 ◦ green 189 ◦ blue 120

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

Shades of Pine Glade #B8BD78

Tints of Pine Glade #B8BD78

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.34%

 BLUE value IS 120 (47.27% from 255) = 24.34%

R = 37.32%
G = 38.34%
B = 24.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#B8BD78 (or 0xB8BD78) is known color: Pine Glade. HEX triplet: B8, BD and 78. RGB value is (184,189,120). Sum of RGB (Red+Green+Blue) = 184+189+120=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD78 is #474287. Grayscale: #B3B3B3. Windows color (decimal): -4670088 or 7912888. OLE color: 7912888.

HSL color Cylindrical-coordinate representation of color #B8BD78: hue angle of 64.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8BD78 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 189 120 -
CMYK 0.03 0 0.37 0.26
HSL 64.35º 0.34% 0.61% -
HSV(B) 64.35º 0.37% 0.74% -
XYZ 41.35 47.94 24.84 -
YUV 179.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 184 189 120 0.03 0 0.37 0.26 64.35 0.34 0.61
Hex B8 BD 78 3 0 25 1A 40 22 3D
Octal 270 275 170 3 0 45 32 100 42 75
Binary 10111000 10111101 1111000 11 0 100101 11010 1000000 100010 111101

Color Harmonies of #B8BD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD78

Black with #B8BD78

Text Example


Text Example

White with #B8BD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD78; }

 p { color: rgb(184,189,120); }

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

background-color css

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

 a { background-color: rgb(184,189,120); }

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

border-color css

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

 span { border-color: rgb(184,189,120); }

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