Html Css Color HEX #BAD020 Rio Grande

📋 copy color: '#BAD020'

red 186 ◦ green 208 ◦ blue 32

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

Shades of Rio Grande #BAD020

Tints of Rio Grande #BAD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.83%

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

R = 43.66%
G = 48.83%
B = 7.51%

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

#BAD020 (or 0xBAD020) is known color: Rio Grande. HEX triplet: BA, D0 and 20. RGB value is (186,208,32). Sum of RGB (Red+Green+Blue) = 186+208+32=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD020 is #452FDF. Grayscale: #B6B6B6. Windows color (decimal): -4534240 or 2150586. OLE color: 2150586.

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

Color convert

RGB 186 208 32 -
CMYK 0.11 0 0.85 0.18
HSL 67.5º 0.73% 0.47% -
HSV(B) 67.5º 0.85% 0.82% -
XYZ 43.07 55.66 9.84 -
YUV 181.36 43.71 131.31 -
System Red Green Blue C M Y K H S L
Decimal 186 208 32 0.11 0 0.85 0.18 67.5 0.73 0.47
Hex BA D0 20 B 0 55 12 44 49 2F
Octal 272 320 40 13 0 125 22 104 111 57
Binary 10111010 11010000 100000 1011 0 1010101 10010 1000100 1001001 101111

Color Harmonies of #BAD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD020

Black with #BAD020

Text Example


Text Example

White with #BAD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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