Html Css Color HEX #BACE7A Caper

📋 copy color: '#BACE7A'

red 186 ◦ green 206 ◦ blue 122

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

Shades of Caper #BACE7A

Tints of Caper #BACE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.74%

R = 36.19%
G = 40.08%
B = 23.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#BACE7A (or 0xBACE7A) is known color: Caper. HEX triplet: BA, CE and 7A. RGB value is (186,206,122). Sum of RGB (Red+Green+Blue) = 186+206+122=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE7A is #453185. Grayscale: #BEBEBE. Windows color (decimal): -4534662 or 8048314. OLE color: 8048314.

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

Color convert

RGB 186 206 122 -
CMYK 0.10 0 0.41 0.19
HSL 74.29º 0.46% 0.64% -
HSV(B) 74.29º 0.41% 0.81% -
XYZ 45.83 55.99 26.8 -
YUV 190.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 186 206 122 0.10 0 0.41 0.19 74.29 0.46 0.64
Hex BA CE 7A A 0 29 13 4A 2E 40
Octal 272 316 172 12 0 51 23 112 56 100
Binary 10111010 11001110 1111010 1010 0 101001 10011 1001010 101110 1000000

Color Harmonies of #BACE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE7A

Black with #BACE7A

Text Example


Text Example

White with #BACE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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