#BAD519

Color #BAD519 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BAD519

Tints of Rio Grande #BAD519

Color information

#BAD519 (or 0xBAD519) is unknown color: approx Rio Grande. HEX triplet: BA, D5 and 19. RGB value is (186,213,25). Sum of RGB (Red+Green+Blue) = 186+213+25=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD519 is #452AE6. Grayscale: #B8B8B8. Windows color (decimal): -4532967 or 1693114. OLE color: 1693114.

HSL color Cylindrical-coordinate representation of color #BAD519: hue angle of 68.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAD519 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB18621325-
CMYK0.1300.880.16
HSL68.62º78.99%46.67%-
HSV(B)68.62º88.26%83.53%-
XYZ44.2258.19.8-
YUV183.4938.55129.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 213 (83.59% from 255) = 50.24%
BLUE value IS 25 (10.16% from 255) = 5.90%
R=43.87%
G=50.24%
B=5.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186213250.1300.880.1668.6278.9946.67
HexBAD519D05810454f2f
Octal272325311501302010511757
Binary1011101011010101110011101010110001000010001011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD519; }

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

 H1.HeaderClassName
 {
   color: #BAD519;
 }
 .AnyTagClassName
 {
   color: #BAD519;
 }
</style>
background-color css

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

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

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

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

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

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