Html Css Color HEX #BAD313 Rio Grande

📋 copy color: '#BAD313'

red 186 ◦ green 211 ◦ blue 19

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

Shades of Rio Grande #BAD313

Tints of Rio Grande #BAD313

RGB

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

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

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

R = 44.71%
G = 50.72%
B = 4.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#BAD313 (or 0xBAD313) is known color: Rio Grande. HEX triplet: BA, D3 and 13. RGB value is (186,211,19). Sum of RGB (Red+Green+Blue) = 186+211+19=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD313 is #452CEC. Grayscale: #B6B6B6. Windows color (decimal): -4533485 or 1299386. OLE color: 1299386.

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

Color convert

RGB 186 211 19 -
CMYK 0.12 0 0.91 0.17
HSL 67.81º 0.83% 0.45% -
HSV(B) 67.81º 0.91% 0.83% -
XYZ 43.66 57.07 9.33 -
YUV 181.64 36.22 131.11 -
System Red Green Blue C M Y K H S L
Decimal 186 211 19 0.12 0 0.91 0.17 67.81 0.83 0.45
Hex BA D3 13 C 0 5B 11 44 53 2D
Octal 272 323 23 14 0 133 21 104 123 55
Binary 10111010 11010011 10011 1100 0 1011011 10001 1000100 1010011 101101

Color Harmonies of #BAD313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD313

Black with #BAD313

Text Example


Text Example

White with #BAD313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD313; }

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

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

background-color css

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

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

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

border-color css

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

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

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