Html Css Color HEX #BBC175 Pine Glade

📋 copy color: '#BBC175'

red 187 ◦ green 193 ◦ blue 117

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

Shades of Pine Glade #BBC175

Tints of Pine Glade #BBC175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 37.63%
G = 38.83%
B = 23.54%

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

#BBC175 (or 0xBBC175) is known color: Pine Glade. HEX triplet: BB, C1 and 75. RGB value is (187,193,117). Sum of RGB (Red+Green+Blue) = 187+193+117=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC175 is #443E8A. Grayscale: #B6B6B6. Windows color (decimal): -4472459 or 7717307. OLE color: 7717307.

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

Color convert

RGB 187 193 117 -
CMYK 0.03 0 0.39 0.24
HSL 64.74º 0.38% 0.61% -
HSV(B) 64.74º 0.39% 0.76% -
XYZ 42.77 49.99 24.22 -
YUV 182.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 187 193 117 0.03 0 0.39 0.24 64.74 0.38 0.61
Hex BB C1 75 3 0 27 18 41 26 3D
Octal 273 301 165 3 0 47 30 101 46 75
Binary 10111011 11000001 1110101 11 0 100111 11000 1000001 100110 111101

Color Harmonies of #BBC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC175

Black with #BBC175

Text Example


Text Example

White with #BBC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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