Html Css Color HEX #BACE7D Caper

📋 copy color: '#BACE7D'

red 186 ◦ green 206 ◦ blue 125

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

Shades of Caper #BACE7D

Tints of Caper #BACE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.18%

R = 35.98%
G = 39.85%
B = 24.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#BACE7D (or 0xBACE7D) is known color: Caper. HEX triplet: BA, CE and 7D. RGB value is (186,206,125). Sum of RGB (Red+Green+Blue) = 186+206+125=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE7D is #453182. Grayscale: #BFBFBF. Windows color (decimal): -4534659 or 8244922. OLE color: 8244922.

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

Color convert

RGB 186 206 125 -
CMYK 0.10 0 0.39 0.19
HSL 74.81º 0.45% 0.65% -
HSV(B) 74.81º 0.39% 0.81% -
XYZ 46.02 56.06 27.8 -
YUV 190.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 186 206 125 0.10 0 0.39 0.19 74.81 0.45 0.65
Hex BA CE 7D A 0 27 13 4B 2D 41
Octal 272 316 175 12 0 47 23 113 55 101
Binary 10111010 11001110 1111101 1010 0 100111 10011 1001011 101101 1000001

Color Harmonies of #BACE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE7D

Black with #BACE7D

Text Example


Text Example

White with #BACE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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