Html Css Color HEX #BAD21F Rio Grande

📋 copy color: '#BAD21F'

red 186 ◦ green 210 ◦ blue 31

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

Shades of Rio Grande #BAD21F

Tints of Rio Grande #BAD21F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.18%

 BLUE value IS 31 (12.5% from 255) = 7.26%

R = 43.56%
G = 49.18%
B = 7.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BAD21F (or 0xBAD21F) is known color: Rio Grande. HEX triplet: BA, D2 and 1F. RGB value is (186,210,31). Sum of RGB (Red+Green+Blue) = 186+210+31=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD21F is #452DE0. Grayscale: #B7B7B7. Windows color (decimal): -4533729 or 2085562. OLE color: 2085562.

HSL color Cylindrical-coordinate representation of color #BAD21F: hue angle of 68.04º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAD21F is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 31 -
CMYK 0.11 0 0.85 0.18
HSL 68.04º 0.74% 0.47% -
HSV(B) 68.04º 0.85% 0.82% -
XYZ 43.54 56.63 9.93 -
YUV 182.42 42.55 130.55 -
System Red Green Blue C M Y K H S L
Decimal 186 210 31 0.11 0 0.85 0.18 68.04 0.74 0.47
Hex BA D2 1F B 0 55 12 44 4A 2F
Octal 272 322 37 13 0 125 22 104 112 57
Binary 10111010 11010010 11111 1011 0 1010101 10010 1000100 1001010 101111

Color Harmonies of #BAD21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD21F

Black with #BAD21F

Text Example


Text Example

White with #BAD21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD21F; }

 p { color: rgb(186,210,31); }

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

background-color css

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

 a { background-color: rgb(186,210,31); }

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

border-color css

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

 span { border-color: rgb(186,210,31); }

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