Html Css Color HEX #BACE7F Caper

📋 copy color: '#BACE7F'

red 186 ◦ green 206 ◦ blue 127

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

Shades of Caper #BACE7F

Tints of Caper #BACE7F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.69%

 BLUE value IS 127 (50% from 255) = 24.47%

R = 35.84%
G = 39.69%
B = 24.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#BACE7F (or 0xBACE7F) is known color: Caper. HEX triplet: BA, CE and 7F. RGB value is (186,206,127). Sum of RGB (Red+Green+Blue) = 186+206+127=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE7F is #453180. Grayscale: #BFBFBF. Windows color (decimal): -4534657 or 8375994. OLE color: 8375994.

HSL color Cylindrical-coordinate representation of color #BACE7F: hue angle of 75.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BACE7F is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 127 -
CMYK 0.10 0 0.38 0.19
HSL 75.19º 0.45% 0.65% -
HSV(B) 75.19º 0.38% 0.81% -
XYZ 46.15 56.11 28.48 -
YUV 191.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 186 206 127 0.10 0 0.38 0.19 75.19 0.45 0.65
Hex BA CE 7F A 0 26 13 4B 2D 41
Octal 272 316 177 12 0 46 23 113 55 101
Binary 10111010 11001110 1111111 1010 0 100110 10011 1001011 101101 1000001

Color Harmonies of #BACE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE7F

Black with #BACE7F

Text Example


Text Example

White with #BACE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE7F; }

 p { color: rgb(186,206,127); }

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

background-color css

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

 a { background-color: rgb(186,206,127); }

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

border-color css

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

 span { border-color: rgb(186,206,127); }

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