Html Css Color HEX #BACE76 Caper

📋 copy color: '#BACE76'

red 186 ◦ green 206 ◦ blue 118

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

Shades of Caper #BACE76

Tints of Caper #BACE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.14%

R = 36.47%
G = 40.39%
B = 23.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#BACE76 (or 0xBACE76) is known color: Caper. HEX triplet: BA, CE and 76. RGB value is (186,206,118). Sum of RGB (Red+Green+Blue) = 186+206+118=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE76 is #453189. Grayscale: #BEBEBE. Windows color (decimal): -4534666 or 7786170. OLE color: 7786170.

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

Color convert

RGB 186 206 118 -
CMYK 0.10 0 0.43 0.19
HSL 73.64º 0.47% 0.64% -
HSV(B) 73.64º 0.43% 0.81% -
XYZ 45.59 55.89 25.52 -
YUV 189.99 87.37 125.16 -
System Red Green Blue C M Y K H S L
Decimal 186 206 118 0.10 0 0.43 0.19 73.64 0.47 0.64
Hex BA CE 76 A 0 2B 13 4A 2F 40
Octal 272 316 166 12 0 53 23 112 57 100
Binary 10111010 11001110 1110110 1010 0 101011 10011 1001010 101111 1000000

Color Harmonies of #BACE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE76

Black with #BACE76

Text Example


Text Example

White with #BACE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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