Html Css Color HEX #BAC789 Caper

📋 copy color: '#BAC789'

red 186 ◦ green 199 ◦ blue 137

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

Shades of Caper #BAC789

Tints of Caper #BAC789

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.12%

 BLUE value IS 137 (53.91% from 255) = 26.25%

R = 35.63%
G = 38.12%
B = 26.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#BAC789 (or 0xBAC789) is known color: Caper. HEX triplet: BA, C7 and 89. RGB value is (186,199,137). Sum of RGB (Red+Green+Blue) = 186+199+137=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC789 is #453876. Grayscale: #BCBCBC. Windows color (decimal): -4536439 or 9029562. OLE color: 9029562.

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

Color convert

RGB 186 199 137 -
CMYK 0.07 0 0.31 0.22
HSL 72.58º 0.36% 0.66% -
HSV(B) 72.58º 0.31% 0.78% -
XYZ 45.19 53.09 31.53 -
YUV 188.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 186 199 137 0.07 0 0.31 0.22 72.58 0.36 0.66
Hex BA C7 89 7 0 1F 16 49 24 42
Octal 272 307 211 7 0 37 26 111 44 102
Binary 10111010 11000111 10001001 111 0 11111 10110 1001001 100100 1000010

Color Harmonies of #BAC789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC789

Black with #BAC789

Text Example


Text Example

White with #BAC789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC789; }

 p { color: rgb(186,199,137); }

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

background-color css

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

 a { background-color: rgb(186,199,137); }

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

border-color css

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

 span { border-color: rgb(186,199,137); }

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