Html Css Color HEX #BAD613 Rio Grande

📋 copy color: '#BAD613'

red 186 ◦ green 214 ◦ blue 19

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

Shades of Rio Grande #BAD613

Tints of Rio Grande #BAD613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 44.39%
G = 51.07%
B = 4.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#BAD613 (or 0xBAD613) is known color: Rio Grande. HEX triplet: BA, D6 and 13. RGB value is (186,214,19). Sum of RGB (Red+Green+Blue) = 186+214+19=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD613 is #4529EC. Grayscale: #B8B8B8. Windows color (decimal): -4532717 or 1300154. OLE color: 1300154.

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

Color convert

RGB 186 214 19 -
CMYK 0.13 0 0.91 0.16
HSL 68.62º 0.84% 0.46% -
HSV(B) 68.62º 0.91% 0.84% -
XYZ 44.41 58.58 9.58 -
YUV 183.4 35.22 129.86 -
System Red Green Blue C M Y K H S L
Decimal 186 214 19 0.13 0 0.91 0.16 68.62 0.84 0.46
Hex BA D6 13 D 0 5B 10 45 54 2E
Octal 272 326 23 15 0 133 20 105 124 56
Binary 10111010 11010110 10011 1101 0 1011011 10000 1000101 1010100 101110

Color Harmonies of #BAD613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD613

Black with #BAD613

Text Example


Text Example

White with #BAD613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD613; }

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

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

background-color css

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

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

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

border-color css

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

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

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