Html Css Color HEX #BAD120 Rio Grande

📋 copy color: '#BAD120'

red 186 ◦ green 209 ◦ blue 32

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

Shades of Rio Grande #BAD120

Tints of Rio Grande #BAD120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.95%

 BLUE value IS 32 (12.89% from 255) = 7.49%

R = 43.56%
G = 48.95%
B = 7.49%

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

#BAD120 (or 0xBAD120) is known color: Rio Grande. HEX triplet: BA, D1 and 20. RGB value is (186,209,32). Sum of RGB (Red+Green+Blue) = 186+209+32=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD120 is #452EDF. Grayscale: #B6B6B6. Windows color (decimal): -4533984 or 2150842. OLE color: 2150842.

HSL color Cylindrical-coordinate representation of color #BAD120: hue angle of 67.8º degrees, saturation: 0.73, 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 #BAD120 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 209 32 -
CMYK 0.11 0 0.85 0.18
HSL 67.8º 0.73% 0.47% -
HSV(B) 67.8º 0.85% 0.82% -
XYZ 43.31 56.14 9.92 -
YUV 181.95 43.38 130.89 -
System Red Green Blue C M Y K H S L
Decimal 186 209 32 0.11 0 0.85 0.18 67.8 0.73 0.47
Hex BA D1 20 B 0 55 12 44 49 2F
Octal 272 321 40 13 0 125 22 104 111 57
Binary 10111010 11010001 100000 1011 0 1010101 10010 1000100 1001001 101111

Color Harmonies of #BAD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD120

Black with #BAD120

Text Example


Text Example

White with #BAD120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD120; }

 p { color: rgb(186,209,32); }

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

background-color css

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

 a { background-color: rgb(186,209,32); }

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

border-color css

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

 span { border-color: rgb(186,209,32); }

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