Html Css Color HEX #BAC270 Pine Glade

📋 copy color: '#BAC270'

red 186 ◦ green 194 ◦ blue 112

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

Shades of Pine Glade #BAC270

Tints of Pine Glade #BAC270

RGB

 RED value IS 186 (73.05% from 255) = 37.8%

 GREEN value IS 194 (76.17% from 255) = 39.43%

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

R = 37.8%
G = 39.43%
B = 22.76%

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

#BAC270 (or 0xBAC270) is known color: Pine Glade. HEX triplet: BA, C2 and 70. RGB value is (186,194,112). Sum of RGB (Red+Green+Blue) = 186+194+112=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC270 is #453D8F. Grayscale: #B6B6B6. Windows color (decimal): -4537744 or 7389882. OLE color: 7389882.

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

Color convert

RGB 186 194 112 -
CMYK 0.04 0 0.42 0.24
HSL 65.85º 0.4% 0.6% -
HSV(B) 65.85º 0.42% 0.76% -
XYZ 42.47 50.19 22.78 -
YUV 182.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 186 194 112 0.04 0 0.42 0.24 65.85 0.4 0.6
Hex BA C2 70 4 0 2A 18 42 28 3C
Octal 272 302 160 4 0 52 30 102 50 74
Binary 10111010 11000010 1110000 100 0 101010 11000 1000010 101000 111100

Color Harmonies of #BAC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC270

Black with #BAC270

Text Example


Text Example

White with #BAC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC270; }

 p { color: rgb(186,194,112); }

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

background-color css

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

 a { background-color: rgb(186,194,112); }

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

border-color css

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

 span { border-color: rgb(186,194,112); }

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