Html Css Color HEX #BAC47D Pine Glade

📋 copy color: '#BAC47D'

red 186 ◦ green 196 ◦ blue 125

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

Shades of Pine Glade #BAC47D

Tints of Pine Glade #BAC47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.66%

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 36.69%
G = 38.66%
B = 24.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#BAC47D (or 0xBAC47D) is known color: Pine Glade. HEX triplet: BA, C4 and 7D. RGB value is (186,196,125). Sum of RGB (Red+Green+Blue) = 186+196+125=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC47D is #453B82. Grayscale: #B9B9B9. Windows color (decimal): -4537219 or 8242362. OLE color: 8242362.

HSL color Cylindrical-coordinate representation of color #BAC47D: hue angle of 68.45º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAC47D is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 125 -
CMYK 0.05 0 0.36 0.23
HSL 68.45º 0.38% 0.63% -
HSV(B) 68.45º 0.36% 0.77% -
XYZ 43.69 51.4 27.02 -
YUV 184.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 186 196 125 0.05 0 0.36 0.23 68.45 0.38 0.63
Hex BA C4 7D 5 0 24 17 44 26 3F
Octal 272 304 175 5 0 44 27 104 46 77
Binary 10111010 11000100 1111101 101 0 100100 10111 1000100 100110 111111

Color Harmonies of #BAC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC47D

Black with #BAC47D

Text Example


Text Example

White with #BAC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC47D; }

 p { color: rgb(186,196,125); }

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

background-color css

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

 a { background-color: rgb(186,196,125); }

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

border-color css

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

 span { border-color: rgb(186,196,125); }

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