Html Css Color HEX #BAD212 Rio Grande

📋 copy color: '#BAD212'

red 186 ◦ green 210 ◦ blue 18

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

Shades of Rio Grande #BAD212

Tints of Rio Grande #BAD212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.35%

R = 44.93%
G = 50.72%
B = 4.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#BAD212 (or 0xBAD212) is known color: Rio Grande. HEX triplet: BA, D2 and 12. RGB value is (186,210,18). Sum of RGB (Red+Green+Blue) = 186+210+18=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD212 is #452DED. Grayscale: #B5B5B5. Windows color (decimal): -4533742 or 1233594. OLE color: 1233594.

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

Color convert

RGB 186 210 18 -
CMYK 0.11 0 0.91 0.18
HSL 67.5º 0.84% 0.45% -
HSV(B) 67.5º 0.91% 0.82% -
XYZ 43.41 56.58 9.2 -
YUV 180.94 36.05 131.61 -
System Red Green Blue C M Y K H S L
Decimal 186 210 18 0.11 0 0.91 0.18 67.5 0.84 0.45
Hex BA D2 12 B 0 5B 12 44 54 2D
Octal 272 322 22 13 0 133 22 104 124 55
Binary 10111010 11010010 10010 1011 0 1011011 10010 1000100 1010100 101101

Color Harmonies of #BAD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD212

Black with #BAD212

Text Example


Text Example

White with #BAD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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