Html Css Color HEX #BBC174 Pine Glade

📋 copy color: '#BBC174'

red 187 ◦ green 193 ◦ blue 116

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

Shades of Pine Glade #BBC174

Tints of Pine Glade #BBC174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 37.7%
G = 38.91%
B = 23.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#BBC174 (or 0xBBC174) is known color: Pine Glade. HEX triplet: BB, C1 and 74. RGB value is (187,193,116). Sum of RGB (Red+Green+Blue) = 187+193+116=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC174 is #443E8B. Grayscale: #B6B6B6. Windows color (decimal): -4472460 or 7651771. OLE color: 7651771.

HSL color Cylindrical-coordinate representation of color #BBC174: hue angle of 64.68º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC174 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 116 -
CMYK 0.03 0 0.40 0.24
HSL 64.68º 0.38% 0.61% -
HSV(B) 64.68º 0.4% 0.76% -
XYZ 42.72 49.97 23.92 -
YUV 182.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 187 193 116 0.03 0 0.40 0.24 64.68 0.38 0.61
Hex BB C1 74 3 0 28 18 41 26 3D
Octal 273 301 164 3 0 50 30 101 46 75
Binary 10111011 11000001 1110100 11 0 101000 11000 1000001 100110 111101

Color Harmonies of #BBC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC174

Black with #BBC174

Text Example


Text Example

White with #BBC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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