Html Css Color HEX #BAC67A Pine Glade

📋 copy color: '#BAC67A'

red 186 ◦ green 198 ◦ blue 122

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

Shades of Pine Glade #BAC67A

Tints of Pine Glade #BAC67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 36.76%
G = 39.13%
B = 24.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#BAC67A (or 0xBAC67A) is known color: Pine Glade. HEX triplet: BA, C6 and 7A. RGB value is (186,198,122). Sum of RGB (Red+Green+Blue) = 186+198+122=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67A is #453985. Grayscale: #BABABA. Windows color (decimal): -4536710 or 8046266. OLE color: 8046266.

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

Color convert

RGB 186 198 122 -
CMYK 0.06 0 0.38 0.22
HSL 69.47º 0.4% 0.63% -
HSV(B) 69.47º 0.38% 0.78% -
XYZ 43.96 52.23 26.18 -
YUV 185.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 186 198 122 0.06 0 0.38 0.22 69.47 0.4 0.63
Hex BA C6 7A 6 0 26 16 45 28 3F
Octal 272 306 172 6 0 46 26 105 50 77
Binary 10111010 11000110 1111010 110 0 100110 10110 1000101 101000 111111

Color Harmonies of #BAC67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC67A

Black with #BAC67A

Text Example


Text Example

White with #BAC67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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