Html Css Color HEX #B3BC70 Pine Glade

📋 copy color: '#B3BC70'

red 179 ◦ green 188 ◦ blue 112

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

Shades of Pine Glade #B3BC70

Tints of Pine Glade #B3BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

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

R = 37.37%
G = 39.25%
B = 23.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B3BC70 (or 0xB3BC70) is known color: Pine Glade. HEX triplet: B3, BC and 70. RGB value is (179,188,112). Sum of RGB (Red+Green+Blue) = 179+188+112=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC70 is #4C438F. Grayscale: #B0B0B0. Windows color (decimal): -4998032 or 7388339. OLE color: 7388339.

HSL color Cylindrical-coordinate representation of color #B3BC70: hue angle of 67.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3BC70 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 188 112 -
CMYK 0.05 0 0.40 0.26
HSL 67.11º 0.36% 0.59% -
HSV(B) 67.11º 0.4% 0.74% -
XYZ 39.5 46.72 22.27 -
YUV 176.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 179 188 112 0.05 0 0.40 0.26 67.11 0.36 0.59
Hex B3 BC 70 5 0 28 1A 43 24 3B
Octal 263 274 160 5 0 50 32 103 44 73
Binary 10110011 10111100 1110000 101 0 101000 11010 1000011 100100 111011

Color Harmonies of #B3BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC70

Black with #B3BC70

Text Example


Text Example

White with #B3BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC70; }

 p { color: rgb(179,188,112); }

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

background-color css

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

 a { background-color: rgb(179,188,112); }

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

border-color css

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

 span { border-color: rgb(179,188,112); }

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