Html Css Color HEX #BAD517 Rio Grande

📋 copy color: '#BAD517'

red 186 ◦ green 213 ◦ blue 23

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

Shades of Rio Grande #BAD517

Tints of Rio Grande #BAD517

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.47%

 BLUE value IS 23 (9.38% from 255) = 5.45%

R = 44.08%
G = 50.47%
B = 5.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#BAD517 (or 0xBAD517) is known color: Rio Grande. HEX triplet: BA, D5 and 17. RGB value is (186,213,23). Sum of RGB (Red+Green+Blue) = 186+213+23=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD517 is #452AE8. Grayscale: #B7B7B7. Windows color (decimal): -4532969 or 1562042. OLE color: 1562042.

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

Color convert

RGB 186 213 23 -
CMYK 0.13 0 0.89 0.16
HSL 68.53º 0.81% 0.46% -
HSV(B) 68.53º 0.89% 0.84% -
XYZ 44.2 58.09 9.69 -
YUV 183.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 186 213 23 0.13 0 0.89 0.16 68.53 0.81 0.46
Hex BA D5 17 D 0 59 10 45 51 2E
Octal 272 325 27 15 0 131 20 105 121 56
Binary 10111010 11010101 10111 1101 0 1011001 10000 1000101 1010001 101110

Color Harmonies of #BAD517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD517

Black with #BAD517

Text Example


Text Example

White with #BAD517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD517; }

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

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

background-color css

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

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

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

border-color css

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

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

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