Html Css Color HEX #BAC67D Pine Glade

📋 copy color: '#BAC67D'

red 186 ◦ green 198 ◦ blue 125

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

Shades of Pine Glade #BAC67D

Tints of Pine Glade #BAC67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.9%

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

R = 36.54%
G = 38.9%
B = 24.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#BAC67D (or 0xBAC67D) is known color: Pine Glade. HEX triplet: BA, C6 and 7D. RGB value is (186,198,125). Sum of RGB (Red+Green+Blue) = 186+198+125=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67D is #453982. Grayscale: #BABABA. Windows color (decimal): -4536707 or 8242874. OLE color: 8242874.

HSL color Cylindrical-coordinate representation of color #BAC67D: hue angle of 69.86º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC67D is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 125 -
CMYK 0.06 0 0.37 0.22
HSL 69.86º 0.39% 0.63% -
HSV(B) 69.86º 0.37% 0.78% -
XYZ 44.15 52.31 27.17 -
YUV 186.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 186 198 125 0.06 0 0.37 0.22 69.86 0.39 0.63
Hex BA C6 7D 6 0 25 16 46 27 3F
Octal 272 306 175 6 0 45 26 106 47 77
Binary 10111010 11000110 1111101 110 0 100101 10110 1000110 100111 111111

Color Harmonies of #BAC67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC67D

Black with #BAC67D

Text Example


Text Example

White with #BAC67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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