Html Css Color HEX #BACE7E Caper

📋 copy color: '#BACE7E'

red 186 ◦ green 206 ◦ blue 126

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

Shades of Caper #BACE7E

Tints of Caper #BACE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.32%

R = 35.91%
G = 39.77%
B = 24.32%

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

#BACE7E (or 0xBACE7E) is known color: Caper. HEX triplet: BA, CE and 7E. RGB value is (186,206,126). Sum of RGB (Red+Green+Blue) = 186+206+126=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE7E is #453181. Grayscale: #BFBFBF. Windows color (decimal): -4534658 or 8310458. OLE color: 8310458.

HSL color Cylindrical-coordinate representation of color #BACE7E: hue angle of 75º 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 #BACE7E is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 126 -
CMYK 0.10 0 0.39 0.19
HSL 75º 0.45% 0.65% -
HSV(B) 75º 0.39% 0.81% -
XYZ 46.09 56.09 28.14 -
YUV 190.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 186 206 126 0.10 0 0.39 0.19 75 0.45 0.65
Hex BA CE 7E A 0 27 13 4B 2D 41
Octal 272 316 176 12 0 47 23 113 55 101
Binary 10111010 11001110 1111110 1010 0 100111 10011 1001011 101101 1000001

Color Harmonies of #BACE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE7E

Black with #BACE7E

Text Example


Text Example

White with #BACE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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