Html Css Color HEX #BAD519 Rio Grande

📋 copy color: '#BAD519'

red 186 ◦ green 213 ◦ blue 25

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

Shades of Rio Grande #BAD519

Tints of Rio Grande #BAD519

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.9%

R = 43.87%
G = 50.24%
B = 5.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BAD519 (or 0xBAD519) is known color: 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

RGB 186 213 25 -
CMYK 0.13 0 0.88 0.16
HSL 68.62º 0.79% 0.47% -
HSV(B) 68.62º 0.88% 0.84% -
XYZ 44.22 58.1 9.8 -
YUV 183.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 186 213 25 0.13 0 0.88 0.16 68.62 0.79 0.47
Hex BA D5 19 D 0 58 10 45 4F 2F
Octal 272 325 31 15 0 130 20 105 117 57
Binary 10111010 11010101 11001 1101 0 1011000 10000 1000101 1001111 101111

Color Harmonies of #BAD519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD519

Black with #BAD519

Text Example


Text Example

White with #BAD519

Text Example


Text Example

HTML Codes & Css Web 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>