Html Css Color HEX #BAD218 Rio Grande

📋 copy color: '#BAD218'

red 186 ◦ green 210 ◦ blue 24

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

Shades of Rio Grande #BAD218

Tints of Rio Grande #BAD218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.71%

R = 44.29%
G = 50%
B = 5.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BAD218 (or 0xBAD218) is known color: Rio Grande. HEX triplet: BA, D2 and 18. RGB value is (186,210,24). Sum of RGB (Red+Green+Blue) = 186+210+24=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD218 is #452DE7. Grayscale: #B6B6B6. Windows color (decimal): -4533736 or 1626810. OLE color: 1626810.

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

Color convert

RGB 186 210 24 -
CMYK 0.11 0 0.89 0.18
HSL 67.74º 0.79% 0.46% -
HSV(B) 67.74º 0.89% 0.82% -
XYZ 43.46 56.6 9.5 -
YUV 181.62 39.05 131.12 -
System Red Green Blue C M Y K H S L
Decimal 186 210 24 0.11 0 0.89 0.18 67.74 0.79 0.46
Hex BA D2 18 B 0 59 12 44 4F 2E
Octal 272 322 30 13 0 131 22 104 117 56
Binary 10111010 11010010 11000 1011 0 1011001 10010 1000100 1001111 101110

Color Harmonies of #BAD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD218

Black with #BAD218

Text Example


Text Example

White with #BAD218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD218; }

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

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

background-color css

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

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

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

border-color css

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

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

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