Html Css Color HEX #BAC376 Pine Glade

📋 copy color: '#BAC376'

red 186 ◦ green 195 ◦ blue 118

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

Shades of Pine Glade #BAC376

Tints of Pine Glade #BAC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.08%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 37.27%
G = 39.08%
B = 23.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BAC376 (or 0xBAC376) is known color: Pine Glade. HEX triplet: BA, C3 and 76. RGB value is (186,195,118). Sum of RGB (Red+Green+Blue) = 186+195+118=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC376 is #453C89. Grayscale: #B7B7B7. Windows color (decimal): -4537482 or 7783354. OLE color: 7783354.

HSL color Cylindrical-coordinate representation of color #BAC376: hue angle of 67.01º degrees, saturation: 0.39, 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 #BAC376 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 118 -
CMYK 0.05 0 0.39 0.24
HSL 67.01º 0.39% 0.61% -
HSV(B) 67.01º 0.39% 0.76% -
XYZ 43.03 50.78 24.67 -
YUV 183.53 91.02 129.76 -
System Red Green Blue C M Y K H S L
Decimal 186 195 118 0.05 0 0.39 0.24 67.01 0.39 0.61
Hex BA C3 76 5 0 27 18 43 27 3D
Octal 272 303 166 5 0 47 30 103 47 75
Binary 10111010 11000011 1110110 101 0 100111 11000 1000011 100111 111101

Color Harmonies of #BAC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC376

Black with #BAC376

Text Example


Text Example

White with #BAC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC376; }

 p { color: rgb(186,195,118); }

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

background-color css

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

 a { background-color: rgb(186,195,118); }

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

border-color css

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

 span { border-color: rgb(186,195,118); }

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