Html Css Color HEX #BAC674 Pine Glade

📋 copy color: '#BAC674'

red 186 ◦ green 198 ◦ blue 116

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

Shades of Pine Glade #BAC674

Tints of Pine Glade #BAC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.6%

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

R = 37.2%
G = 39.6%
B = 23.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BAC674 (or 0xBAC674) is known color: Pine Glade. HEX triplet: BA, C6 and 74. RGB value is (186,198,116). Sum of RGB (Red+Green+Blue) = 186+198+116=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC674 is #45398B. Grayscale: #B9B9B9. Windows color (decimal): -4536716 or 7653050. OLE color: 7653050.

HSL color Cylindrical-coordinate representation of color #BAC674: hue angle of 68.78º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAC674 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 116 -
CMYK 0.06 0 0.41 0.22
HSL 68.78º 0.42% 0.62% -
HSV(B) 68.78º 0.41% 0.78% -
XYZ 43.6 52.09 24.28 -
YUV 185.06 89.02 128.67 -
System Red Green Blue C M Y K H S L
Decimal 186 198 116 0.06 0 0.41 0.22 68.78 0.42 0.62
Hex BA C6 74 6 0 29 16 45 2A 3E
Octal 272 306 164 6 0 51 26 105 52 76
Binary 10111010 11000110 1110100 110 0 101001 10110 1000101 101010 111110

Color Harmonies of #BAC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC674

Black with #BAC674

Text Example


Text Example

White with #BAC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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