Html Css Color HEX #BAC074 Pine Glade

📋 copy color: '#BAC074'

red 186 ◦ green 192 ◦ blue 116

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

Shades of Pine Glade #BAC074

Tints of Pine Glade #BAC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

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

R = 37.65%
G = 38.87%
B = 23.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BAC074 (or 0xBAC074) is known color: Pine Glade. HEX triplet: BA, C0 and 74. RGB value is (186,192,116). Sum of RGB (Red+Green+Blue) = 186+192+116=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC074 is #453F8B. Grayscale: #B5B5B5. Windows color (decimal): -4538252 or 7651514. OLE color: 7651514.

HSL color Cylindrical-coordinate representation of color #BAC074: hue angle of 64.74º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC074 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 116 -
CMYK 0.03 0 0.40 0.25
HSL 64.74º 0.38% 0.6% -
HSV(B) 64.74º 0.4% 0.75% -
XYZ 42.25 49.4 23.83 -
YUV 181.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 186 192 116 0.03 0 0.40 0.25 64.74 0.38 0.6
Hex BA C0 74 3 0 28 19 41 26 3C
Octal 272 300 164 3 0 50 31 101 46 74
Binary 10111010 11000000 1110100 11 0 101000 11001 1000001 100110 111100

Color Harmonies of #BAC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC074

Black with #BAC074

Text Example


Text Example

White with #BAC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC074; }

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

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

background-color css

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

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

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

border-color css

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

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

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