Html Css Color HEX #BAD20C Rio Grande

📋 copy color: '#BAD20C'

red 186 ◦ green 210 ◦ blue 12

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

Shades of Rio Grande #BAD20C

Tints of Rio Grande #BAD20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.94%

R = 45.59%
G = 51.47%
B = 2.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#BAD20C (or 0xBAD20C) is known color: Rio Grande. HEX triplet: BA, D2 and 0C. RGB value is (186,210,12). Sum of RGB (Red+Green+Blue) = 186+210+12=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD20C is #452DF3. Grayscale: #B5B5B5. Windows color (decimal): -4533748 or 840378. OLE color: 840378.

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

Color convert

RGB 186 210 12 -
CMYK 0.11 0 0.94 0.18
HSL 67.27º 0.89% 0.44% -
HSV(B) 67.27º 0.94% 0.82% -
XYZ 43.36 56.56 8.98 -
YUV 180.25 33.05 132.1 -
System Red Green Blue C M Y K H S L
Decimal 186 210 12 0.11 0 0.94 0.18 67.27 0.89 0.44
Hex BA D2 C B 0 5E 12 43 59 2C
Octal 272 322 14 13 0 136 22 103 131 54
Binary 10111010 11010010 1100 1011 0 1011110 10010 1000011 1011001 101100

Color Harmonies of #BAD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD20C

Black with #BAD20C

Text Example


Text Example

White with #BAD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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