Html Css Color HEX #B9C070 Pine Glade

📋 copy color: '#B9C070'

red 185 ◦ green 192 ◦ blue 112

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

Shades of Pine Glade #B9C070

Tints of Pine Glade #B9C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.26%

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

R = 37.83%
G = 39.26%
B = 22.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#B9C070 (or 0xB9C070) is known color: Pine Glade. HEX triplet: B9, C0 and 70. RGB value is (185,192,112). Sum of RGB (Red+Green+Blue) = 185+192+112=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C070 is #463F8F. Grayscale: #B5B5B5. Windows color (decimal): -4603792 or 7389369. OLE color: 7389369.

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

Color convert

RGB 185 192 112 -
CMYK 0.04 0 0.42 0.25
HSL 65.25º 0.39% 0.6% -
HSV(B) 65.25º 0.42% 0.75% -
XYZ 41.78 49.18 22.62 -
YUV 180.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 185 192 112 0.04 0 0.42 0.25 65.25 0.39 0.6
Hex B9 C0 70 4 0 2A 19 41 27 3C
Octal 271 300 160 4 0 52 31 101 47 74
Binary 10111001 11000000 1110000 100 0 101010 11001 1000001 100111 111100

Color Harmonies of #B9C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C070

Black with #B9C070

Text Example


Text Example

White with #B9C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C070; }

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

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

background-color css

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

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

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

border-color css

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

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

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