Html Css Color HEX #B9C170 Pine Glade

📋 copy color: '#B9C170'

red 185 ◦ green 193 ◦ blue 112

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

Shades of Pine Glade #B9C170

Tints of Pine Glade #B9C170

RGB

 RED value IS 185 (72.66% from 255) = 37.76%

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

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 37.76%
G = 39.39%
B = 22.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B9C170 (or 0xB9C170) is known color: Pine Glade. HEX triplet: B9, C1 and 70. RGB value is (185,193,112). Sum of RGB (Red+Green+Blue) = 185+193+112=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C170 is #463E8F. Grayscale: #B5B5B5. Windows color (decimal): -4603536 or 7389625. OLE color: 7389625.

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

Color convert

RGB 185 193 112 -
CMYK 0.04 0 0.42 0.24
HSL 65.93º 0.4% 0.6% -
HSV(B) 65.93º 0.42% 0.76% -
XYZ 42 49.62 22.69 -
YUV 181.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 185 193 112 0.04 0 0.42 0.24 65.93 0.4 0.6
Hex B9 C1 70 4 0 2A 18 42 28 3C
Octal 271 301 160 4 0 52 30 102 50 74
Binary 10111001 11000001 1110000 100 0 101010 11000 1000010 101000 111100

Color Harmonies of #B9C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C170

Black with #B9C170

Text Example


Text Example

White with #B9C170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C170; }

 p { color: rgb(185,193,112); }

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

background-color css

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

 a { background-color: rgb(185,193,112); }

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

border-color css

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

 span { border-color: rgb(185,193,112); }

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