Html Css Color HEX #BBC176 Pine Glade

📋 copy color: '#BBC176'

red 187 ◦ green 193 ◦ blue 118

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

Shades of Pine Glade #BBC176

Tints of Pine Glade #BBC176

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.76%

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

R = 37.55%
G = 38.76%
B = 23.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BBC176 (or 0xBBC176) is known color: Pine Glade. HEX triplet: BB, C1 and 76. RGB value is (187,193,118). Sum of RGB (Red+Green+Blue) = 187+193+118=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC176 is #443E89. Grayscale: #B6B6B6. Windows color (decimal): -4472458 or 7782843. OLE color: 7782843.

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

Color convert

RGB 187 193 118 -
CMYK 0.03 0 0.39 0.24
HSL 64.8º 0.38% 0.61% -
HSV(B) 64.8º 0.39% 0.76% -
XYZ 42.83 50.01 24.54 -
YUV 182.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 187 193 118 0.03 0 0.39 0.24 64.8 0.38 0.61
Hex BB C1 76 3 0 27 18 41 26 3D
Octal 273 301 166 3 0 47 30 101 46 75
Binary 10111011 11000001 1110110 11 0 100111 11000 1000001 100110 111101

Color Harmonies of #BBC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC176

Black with #BBC176

Text Example


Text Example

White with #BBC176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC176; }

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

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

background-color css

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

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

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

border-color css

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

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

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