Html Css Color HEX #BAD319 Rio Grande

📋 copy color: '#BAD319'

red 186 ◦ green 211 ◦ blue 25

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

Shades of Rio Grande #BAD319

Tints of Rio Grande #BAD319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50%

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

R = 44.08%
G = 50%
B = 5.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#BAD319 (or 0xBAD319) is known color: Rio Grande. HEX triplet: BA, D3 and 19. RGB value is (186,211,25). Sum of RGB (Red+Green+Blue) = 186+211+25=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD319 is #452CE6. Grayscale: #B7B7B7. Windows color (decimal): -4533479 or 1692602. OLE color: 1692602.

HSL color Cylindrical-coordinate representation of color #BAD319: hue angle of 68.06º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAD319 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 25 -
CMYK 0.12 0 0.88 0.17
HSL 68.06º 0.79% 0.46% -
HSV(B) 68.06º 0.88% 0.83% -
XYZ 43.72 57.1 9.64 -
YUV 182.32 39.22 130.62 -
System Red Green Blue C M Y K H S L
Decimal 186 211 25 0.12 0 0.88 0.17 68.06 0.79 0.46
Hex BA D3 19 C 0 58 11 44 4F 2E
Octal 272 323 31 14 0 130 21 104 117 56
Binary 10111010 11010011 11001 1100 0 1011000 10001 1000100 1001111 101110

Color Harmonies of #BAD319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD319

Black with #BAD319

Text Example


Text Example

White with #BAD319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD319; }

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

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

background-color css

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

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

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

border-color css

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

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

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