Html Css Color HEX #BAD31D Rio Grande

📋 copy color: '#BAD31D'

red 186 ◦ green 211 ◦ blue 29

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

Shades of Rio Grande #BAD31D

Tints of Rio Grande #BAD31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.81%

R = 43.66%
G = 49.53%
B = 6.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#BAD31D (or 0xBAD31D) is known color: Rio Grande. HEX triplet: BA, D3 and 1D. RGB value is (186,211,29). Sum of RGB (Red+Green+Blue) = 186+211+29=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD31D is #452CE2. Grayscale: #B7B7B7. Windows color (decimal): -4533475 or 1954746. OLE color: 1954746.

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

Color convert

RGB 186 211 29 -
CMYK 0.12 0 0.86 0.17
HSL 68.24º 0.76% 0.47% -
HSV(B) 68.24º 0.86% 0.83% -
XYZ 43.77 57.12 9.88 -
YUV 182.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 186 211 29 0.12 0 0.86 0.17 68.24 0.76 0.47
Hex BA D3 1D C 0 56 11 44 4C 2F
Octal 272 323 35 14 0 126 21 104 114 57
Binary 10111010 11010011 11101 1100 0 1010110 10001 1000100 1001100 101111

Color Harmonies of #BAD31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD31D

Black with #BAD31D

Text Example


Text Example

White with #BAD31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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