Html Css Color HEX #BACE15 Rio Grande

📋 copy color: '#BACE15'

red 186 ◦ green 206 ◦ blue 21

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

Shades of Rio Grande #BACE15

Tints of Rio Grande #BACE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.08%

R = 45.04%
G = 49.88%
B = 5.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#BACE15 (or 0xBACE15) is known color: Rio Grande. HEX triplet: BA, CE and 15. RGB value is (186,206,21). Sum of RGB (Red+Green+Blue) = 186+206+21=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE15 is #4531EA. Grayscale: #B3B3B3. Windows color (decimal): -4534763 or 1429178. OLE color: 1429178.

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

Color convert

RGB 186 206 21 -
CMYK 0.10 0 0.90 0.19
HSL 66.49º 0.81% 0.45% -
HSV(B) 66.49º 0.9% 0.81% -
XYZ 42.46 54.64 9.02 -
YUV 178.93 38.87 133.04 -
System Red Green Blue C M Y K H S L
Decimal 186 206 21 0.10 0 0.90 0.19 66.49 0.81 0.45
Hex BA CE 15 A 0 5A 13 42 51 2D
Octal 272 316 25 12 0 132 23 102 121 55
Binary 10111010 11001110 10101 1010 0 1011010 10011 1000010 1010001 101101

Color Harmonies of #BACE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE15

Black with #BACE15

Text Example


Text Example

White with #BACE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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