Html Css Color HEX #BBB978 Pine Glade

📋 copy color: '#BBB978'

red 187 ◦ green 185 ◦ blue 120

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

Shades of Pine Glade #BBB978

Tints of Pine Glade #BBB978

RGB

 RED value IS 187 (73.44% from 255) = 38.01%

 GREEN value IS 185 (72.66% from 255) = 37.6%

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

R = 38.01%
G = 37.6%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBB978 (or 0xBBB978) is known color: Pine Glade. HEX triplet: BB, B9 and 78. RGB value is (187,185,120). Sum of RGB (Red+Green+Blue) = 187+185+120=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB978 is #444687. Grayscale: #B2B2B2. Windows color (decimal): -4474504 or 7911867. OLE color: 7911867.

HSL color Cylindrical-coordinate representation of color #BBB978: hue angle of 58.21º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBB978 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 120 -
CMYK 0 0.01 0.36 0.27
HSL 58.21º 0.33% 0.6% -
HSV(B) 58.21º 0.36% 0.73% -
XYZ 41.23 46.62 24.59 -
YUV 178.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 187 185 120 0 0.01 0.36 0.27 58.21 0.33 0.6
Hex BB B9 78 0 1 24 1B 3A 21 3C
Octal 273 271 170 0 1 44 33 72 41 74
Binary 10111011 10111001 1111000 0 1 100100 11011 111010 100001 111100

Color Harmonies of #BBB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB978

Black with #BBB978

Text Example


Text Example

White with #BBB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB978; }

 p { color: rgb(187,185,120); }

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

background-color css

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

 a { background-color: rgb(187,185,120); }

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

border-color css

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

 span { border-color: rgb(187,185,120); }

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