Html Css Color HEX #BACE7C Caper

📋 copy color: '#BACE7C'

red 186 ◦ green 206 ◦ blue 124

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

Shades of Caper #BACE7C

Tints of Caper #BACE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.03%

R = 36.05%
G = 39.92%
B = 24.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#BACE7C (or 0xBACE7C) is known color: Caper. HEX triplet: BA, CE and 7C. RGB value is (186,206,124). Sum of RGB (Red+Green+Blue) = 186+206+124=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE7C is #453183. Grayscale: #BEBEBE. Windows color (decimal): -4534660 or 8179386. OLE color: 8179386.

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

Color convert

RGB 186 206 124 -
CMYK 0.10 0 0.40 0.19
HSL 74.63º 0.46% 0.65% -
HSV(B) 74.63º 0.4% 0.81% -
XYZ 45.96 56.04 27.46 -
YUV 190.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 186 206 124 0.10 0 0.40 0.19 74.63 0.46 0.65
Hex BA CE 7C A 0 28 13 4B 2E 41
Octal 272 316 174 12 0 50 23 113 56 101
Binary 10111010 11001110 1111100 1010 0 101000 10011 1001011 101110 1000001

Color Harmonies of #BACE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE7C

Black with #BACE7C

Text Example


Text Example

White with #BACE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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