Html Css Color HEX #BAC274 Pine Glade

📋 copy color: '#BAC274'

red 186 ◦ green 194 ◦ blue 116

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

Shades of Pine Glade #BAC274

Tints of Pine Glade #BAC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 37.5%
G = 39.11%
B = 23.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#BAC274 (or 0xBAC274) is known color: Pine Glade. HEX triplet: BA, C2 and 74. RGB value is (186,194,116). Sum of RGB (Red+Green+Blue) = 186+194+116=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC274 is #453D8B. Grayscale: #B7B7B7. Windows color (decimal): -4537740 or 7652026. OLE color: 7652026.

HSL color Cylindrical-coordinate representation of color #BAC274: hue angle of 66.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC274 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 194 116 -
CMYK 0.04 0 0.40 0.24
HSL 66.15º 0.39% 0.61% -
HSV(B) 66.15º 0.4% 0.76% -
XYZ 42.69 50.28 23.98 -
YUV 182.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 186 194 116 0.04 0 0.40 0.24 66.15 0.39 0.61
Hex BA C2 74 4 0 28 18 42 27 3D
Octal 272 302 164 4 0 50 30 102 47 75
Binary 10111010 11000010 1110100 100 0 101000 11000 1000010 100111 111101

Color Harmonies of #BAC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC274

Black with #BAC274

Text Example


Text Example

White with #BAC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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