Html Css Color HEX #BAC37E Pine Glade

📋 copy color: '#BAC37E'

red 186 ◦ green 195 ◦ blue 126

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

Shades of Pine Glade #BAC37E

Tints of Pine Glade #BAC37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.85%

R = 36.69%
G = 38.46%
B = 24.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#BAC37E (or 0xBAC37E) is known color: Pine Glade. HEX triplet: BA, C3 and 7E. RGB value is (186,195,126). Sum of RGB (Red+Green+Blue) = 186+195+126=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC37E is #453C81. Grayscale: #B8B8B8. Windows color (decimal): -4537474 or 8307642. OLE color: 8307642.

HSL color Cylindrical-coordinate representation of color #BAC37E: hue angle of 67.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAC37E is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 126 -
CMYK 0.05 0 0.35 0.24
HSL 67.83º 0.37% 0.63% -
HSV(B) 67.83º 0.35% 0.76% -
XYZ 43.53 50.98 27.28 -
YUV 184.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 186 195 126 0.05 0 0.35 0.24 67.83 0.37 0.63
Hex BA C3 7E 5 0 23 18 44 25 3F
Octal 272 303 176 5 0 43 30 104 45 77
Binary 10111010 11000011 1111110 101 0 100011 11000 1000100 100101 111111

Color Harmonies of #BAC37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC37E

Black with #BAC37E

Text Example


Text Example

White with #BAC37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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