Html Css Color HEX #BBC978 Pine Glade

📋 copy color: '#BBC978'

red 187 ◦ green 201 ◦ blue 120

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

Shades of Pine Glade #BBC978

Tints of Pine Glade #BBC978

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.57%

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

R = 36.81%
G = 39.57%
B = 23.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#BBC978 (or 0xBBC978) is known color: Pine Glade. HEX triplet: BB, C9 and 78. RGB value is (187,201,120). Sum of RGB (Red+Green+Blue) = 187+201+120=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC978 is #443687. Grayscale: #BBBBBB. Windows color (decimal): -4470408 or 7915963. OLE color: 7915963.

HSL color Cylindrical-coordinate representation of color #BBC978: hue angle of 70.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC978 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 120 -
CMYK 0.07 0 0.40 0.21
HSL 70.37º 0.43% 0.63% -
HSV(B) 70.37º 0.4% 0.79% -
XYZ 44.77 53.69 25.77 -
YUV 187.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 187 201 120 0.07 0 0.40 0.21 70.37 0.43 0.63
Hex BB C9 78 7 0 28 15 46 2B 3F
Octal 273 311 170 7 0 50 25 106 53 77
Binary 10111011 11001001 1111000 111 0 101000 10101 1000110 101011 111111

Color Harmonies of #BBC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC978

Black with #BBC978

Text Example


Text Example

White with #BBC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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