Html Css Color HEX #BACE11 Rio Grande

📋 copy color: '#BACE11'

red 186 ◦ green 206 ◦ blue 17

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

Shades of Rio Grande #BACE11

Tints of Rio Grande #BACE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.16%

R = 45.48%
G = 50.37%
B = 4.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#BACE11 (or 0xBACE11) is known color: Rio Grande. HEX triplet: BA, CE and 11. RGB value is (186,206,17). Sum of RGB (Red+Green+Blue) = 186+206+17=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE11 is #4531EE. Grayscale: #B3B3B3. Windows color (decimal): -4534767 or 1167034. OLE color: 1167034.

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

Color convert

RGB 186 206 17 -
CMYK 0.10 0 0.92 0.19
HSL 66.35º 0.85% 0.44% -
HSV(B) 66.35º 0.92% 0.81% -
XYZ 42.42 54.62 8.84 -
YUV 178.47 36.87 133.37 -
System Red Green Blue C M Y K H S L
Decimal 186 206 17 0.10 0 0.92 0.19 66.35 0.85 0.44
Hex BA CE 11 A 0 5C 13 42 55 2C
Octal 272 316 21 12 0 134 23 102 125 54
Binary 10111010 11001110 10001 1010 0 1011100 10011 1000010 1010101 101100

Color Harmonies of #BACE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE11

Black with #BACE11

Text Example


Text Example

White with #BACE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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