Html Css Color HEX #BBC171 Pine Glade

📋 copy color: '#BBC171'

red 187 ◦ green 193 ◦ blue 113

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

Shades of Pine Glade #BBC171

Tints of Pine Glade #BBC171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 37.93%
G = 39.15%
B = 22.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#BBC171 (or 0xBBC171) is known color: Pine Glade. HEX triplet: BB, C1 and 71. RGB value is (187,193,113). Sum of RGB (Red+Green+Blue) = 187+193+113=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC171 is #443E8E. Grayscale: #B6B6B6. Windows color (decimal): -4472463 or 7455163. OLE color: 7455163.

HSL color Cylindrical-coordinate representation of color #BBC171: hue angle of 64.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBC171 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 113 -
CMYK 0.03 0 0.41 0.24
HSL 64.5º 0.39% 0.6% -
HSV(B) 64.5º 0.41% 0.76% -
XYZ 42.54 49.9 23.01 -
YUV 182.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 187 193 113 0.03 0 0.41 0.24 64.5 0.39 0.6
Hex BB C1 71 3 0 29 18 40 27 3C
Octal 273 301 161 3 0 51 30 100 47 74
Binary 10111011 11000001 1110001 11 0 101001 11000 1000000 100111 111100

Color Harmonies of #BBC171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC171

Black with #BBC171

Text Example


Text Example

White with #BBC171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC171; }

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

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

background-color css

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

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

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

border-color css

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

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

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