Html Css Color HEX #BAC87D Pine Glade

📋 copy color: '#BAC87D'

red 186 ◦ green 200 ◦ blue 125

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

Shades of Pine Glade #BAC87D

Tints of Pine Glade #BAC87D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.14%

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

R = 36.4%
G = 39.14%
B = 24.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#BAC87D (or 0xBAC87D) is known color: Pine Glade. HEX triplet: BA, C8 and 7D. RGB value is (186,200,125). Sum of RGB (Red+Green+Blue) = 186+200+125=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC87D is #453782. Grayscale: #BBBBBB. Windows color (decimal): -4536195 or 8243386. OLE color: 8243386.

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

Color convert

RGB 186 200 125 -
CMYK 0.07 0 0.38 0.22
HSL 71.2º 0.41% 0.64% -
HSV(B) 71.2º 0.38% 0.78% -
XYZ 44.61 53.23 27.33 -
YUV 187.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 186 200 125 0.07 0 0.38 0.22 71.2 0.41 0.64
Hex BA C8 7D 7 0 26 16 47 29 40
Octal 272 310 175 7 0 46 26 107 51 100
Binary 10111010 11001000 1111101 111 0 100110 10110 1000111 101001 1000000

Color Harmonies of #BAC87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC87D

Black with #BAC87D

Text Example


Text Example

White with #BAC87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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