Html Css Color HEX #B3C16F Pine Glade

📋 copy color: '#B3C16F'

red 179 ◦ green 193 ◦ blue 111

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

Shades of Pine Glade #B3C16F

Tints of Pine Glade #B3C16F

RGB

 RED value IS 179 (70.31% from 255) = 37.06%

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

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

R = 37.06%
G = 39.96%
B = 22.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B3C16F (or 0xB3C16F) is known color: Pine Glade. HEX triplet: B3, C1 and 6F. RGB value is (179,193,111). Sum of RGB (Red+Green+Blue) = 179+193+111=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C16F is #4C3E90. Grayscale: #B3B3B3. Windows color (decimal): -4996753 or 7324083. OLE color: 7324083.

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

Color convert

RGB 179 193 111 -
CMYK 0.07 0 0.42 0.24
HSL 70.24º 0.4% 0.6% -
HSV(B) 70.24º 0.42% 0.76% -
XYZ 40.53 48.87 22.34 -
YUV 179.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 179 193 111 0.07 0 0.42 0.24 70.24 0.4 0.6
Hex B3 C1 6F 7 0 2A 18 46 28 3C
Octal 263 301 157 7 0 52 30 106 50 74
Binary 10110011 11000001 1101111 111 0 101010 11000 1000110 101000 111100

Color Harmonies of #B3C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C16F

Black with #B3C16F

Text Example


Text Example

White with #B3C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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