Html Css Color HEX #BBC276 Pine Glade

📋 copy color: '#BBC276'

red 187 ◦ green 194 ◦ blue 118

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

Shades of Pine Glade #BBC276

Tints of Pine Glade #BBC276

RGB

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

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

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

R = 37.47%
G = 38.88%
B = 23.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BBC276 (or 0xBBC276) is known color: Pine Glade. HEX triplet: BB, C2 and 76. RGB value is (187,194,118). Sum of RGB (Red+Green+Blue) = 187+194+118=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC276 is #443D89. Grayscale: #B7B7B7. Windows color (decimal): -4472202 or 7783099. OLE color: 7783099.

HSL color Cylindrical-coordinate representation of color #BBC276: hue angle of 65.53º degrees, saturation: 0.38, 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 #BBC276 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 118 -
CMYK 0.04 0 0.39 0.24
HSL 65.53º 0.38% 0.61% -
HSV(B) 65.53º 0.39% 0.76% -
XYZ 43.06 50.46 24.61 -
YUV 183.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 187 194 118 0.04 0 0.39 0.24 65.53 0.38 0.61
Hex BB C2 76 4 0 27 18 42 26 3D
Octal 273 302 166 4 0 47 30 102 46 75
Binary 10111011 11000010 1110110 100 0 100111 11000 1000010 100110 111101

Color Harmonies of #BBC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC276

Black with #BBC276

Text Example


Text Example

White with #BBC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC276; }

 p { color: rgb(187,194,118); }

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

background-color css

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

 a { background-color: rgb(187,194,118); }

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

border-color css

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

 span { border-color: rgb(187,194,118); }

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