Html Css Color HEX #B9C16F Pine Glade

📋 copy color: '#B9C16F'

red 185 ◦ green 193 ◦ blue 111

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

Shades of Pine Glade #B9C16F

Tints of Pine Glade #B9C16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.7%

R = 37.83%
G = 39.47%
B = 22.7%

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

#B9C16F (or 0xB9C16F) is known color: Pine Glade. HEX triplet: B9, C1 and 6F. RGB value is (185,193,111). Sum of RGB (Red+Green+Blue) = 185+193+111=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C16F is #463E90. Grayscale: #B5B5B5. Windows color (decimal): -4603537 or 7324089. OLE color: 7324089.

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

Color convert

RGB 185 193 111 -
CMYK 0.04 0 0.42 0.24
HSL 65.85º 0.4% 0.6% -
HSV(B) 65.85º 0.42% 0.76% -
XYZ 41.95 49.6 22.4 -
YUV 181.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 185 193 111 0.04 0 0.42 0.24 65.85 0.4 0.6
Hex B9 C1 6F 4 0 2A 18 42 28 3C
Octal 271 301 157 4 0 52 30 102 50 74
Binary 10111001 11000001 1101111 100 0 101010 11000 1000010 101000 111100

Color Harmonies of #B9C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C16F

Black with #B9C16F

Text Example


Text Example

White with #B9C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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