Html Css Color HEX #BAC688 Caper

📋 copy color: '#BAC688'

red 186 ◦ green 198 ◦ blue 136

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

Shades of Caper #BAC688

Tints of Caper #BAC688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.15%

R = 35.77%
G = 38.08%
B = 26.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#BAC688 (or 0xBAC688) is known color: Caper. HEX triplet: BA, C6 and 88. RGB value is (186,198,136). Sum of RGB (Red+Green+Blue) = 186+198+136=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC688 is #453977. Grayscale: #BBBBBB. Windows color (decimal): -4536696 or 8963770. OLE color: 8963770.

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

Color convert

RGB 186 198 136 -
CMYK 0.06 0 0.31 0.22
HSL 71.61º 0.35% 0.65% -
HSV(B) 71.61º 0.31% 0.78% -
XYZ 44.89 52.6 31.08 -
YUV 187.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 186 198 136 0.06 0 0.31 0.22 71.61 0.35 0.65
Hex BA C6 88 6 0 1F 16 48 23 41
Octal 272 306 210 6 0 37 26 110 43 101
Binary 10111010 11000110 10001000 110 0 11111 10110 1001000 100011 1000001

Color Harmonies of #BAC688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC688

Black with #BAC688

Text Example


Text Example

White with #BAC688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC688; }

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

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

background-color css

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

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

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

border-color css

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

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

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