Html Css Color HEX #BAD619 Rio Grande

📋 copy color: '#BAD619'

red 186 ◦ green 214 ◦ blue 25

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

Shades of Rio Grande #BAD619

Tints of Rio Grande #BAD619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.35%

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

R = 43.76%
G = 50.35%
B = 5.88%

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

#BAD619 (or 0xBAD619) is known color: Rio Grande. HEX triplet: BA, D6 and 19. RGB value is (186,214,25). Sum of RGB (Red+Green+Blue) = 186+214+25=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD619 is #4529E6. Grayscale: #B8B8B8. Windows color (decimal): -4532711 or 1693370. OLE color: 1693370.

HSL color Cylindrical-coordinate representation of color #BAD619: hue angle of 68.89º 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 #BAD619 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 25 -
CMYK 0.13 0 0.88 0.16
HSL 68.89º 0.79% 0.47% -
HSV(B) 68.89º 0.88% 0.84% -
XYZ 44.47 58.6 9.89 -
YUV 184.08 38.22 129.37 -
System Red Green Blue C M Y K H S L
Decimal 186 214 25 0.13 0 0.88 0.16 68.89 0.79 0.47
Hex BA D6 19 D 0 58 10 45 4F 2F
Octal 272 326 31 15 0 130 20 105 117 57
Binary 10111010 11010110 11001 1101 0 1011000 10000 1000101 1001111 101111

Color Harmonies of #BAD619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD619

Black with #BAD619

Text Example


Text Example

White with #BAD619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD619; }

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

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

background-color css

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

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

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

border-color css

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

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

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