Html Css Color HEX #BAC175 Pine Glade

📋 copy color: '#BAC175'

red 186 ◦ green 193 ◦ blue 117

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

Shades of Pine Glade #BAC175

Tints of Pine Glade #BAC175

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.91%

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 37.5%
G = 38.91%
B = 23.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BAC175 (or 0xBAC175) is known color: Pine Glade. HEX triplet: BA, C1 and 75. RGB value is (186,193,117). Sum of RGB (Red+Green+Blue) = 186+193+117=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC175 is #453E8A. Grayscale: #B6B6B6. Windows color (decimal): -4537995 or 7717306. OLE color: 7717306.

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

Color convert

RGB 186 193 117 -
CMYK 0.04 0 0.39 0.24
HSL 65.53º 0.38% 0.61% -
HSV(B) 65.53º 0.39% 0.76% -
XYZ 42.53 49.86 24.21 -
YUV 182.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 186 193 117 0.04 0 0.39 0.24 65.53 0.38 0.61
Hex BA C1 75 4 0 27 18 42 26 3D
Octal 272 301 165 4 0 47 30 102 46 75
Binary 10111010 11000001 1110101 100 0 100111 11000 1000010 100110 111101

Color Harmonies of #BAC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC175

Black with #BAC175

Text Example


Text Example

White with #BAC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC175; }

 p { color: rgb(186,193,117); }

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

background-color css

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

 a { background-color: rgb(186,193,117); }

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

border-color css

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

 span { border-color: rgb(186,193,117); }

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