Html Css Color HEX #BACE19 Rio Grande

📋 copy color: '#BACE19'

red 186 ◦ green 206 ◦ blue 25

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

Shades of Rio Grande #BACE19

Tints of Rio Grande #BACE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6%

R = 44.6%
G = 49.4%
B = 6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#BACE19 (or 0xBACE19) is known color: Rio Grande. HEX triplet: BA, CE and 19. RGB value is (186,206,25). Sum of RGB (Red+Green+Blue) = 186+206+25=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE19 is #4531E6. Grayscale: #B4B4B4. Windows color (decimal): -4534759 or 1691322. OLE color: 1691322.

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

Color convert

RGB 186 206 25 -
CMYK 0.10 0 0.88 0.19
HSL 66.63º 0.78% 0.45% -
HSV(B) 66.63º 0.88% 0.81% -
XYZ 42.5 54.65 9.23 -
YUV 179.39 40.87 132.72 -
System Red Green Blue C M Y K H S L
Decimal 186 206 25 0.10 0 0.88 0.19 66.63 0.78 0.45
Hex BA CE 19 A 0 58 13 43 4E 2D
Octal 272 316 31 12 0 130 23 103 116 55
Binary 10111010 11001110 11001 1010 0 1011000 10011 1000011 1001110 101101

Color Harmonies of #BACE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE19

Black with #BACE19

Text Example


Text Example

White with #BACE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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