Html Css Color HEX #BAD618 Rio Grande

📋 copy color: '#BAD618'

red 186 ◦ green 214 ◦ blue 24

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

Shades of Rio Grande #BAD618

Tints of Rio Grande #BAD618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.47%

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

R = 43.87%
G = 50.47%
B = 5.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#BAD618 (or 0xBAD618) is known color: Rio Grande. HEX triplet: BA, D6 and 18. RGB value is (186,214,24). Sum of RGB (Red+Green+Blue) = 186+214+24=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD618 is #4529E7. Grayscale: #B8B8B8. Windows color (decimal): -4532712 or 1627834. OLE color: 1627834.

HSL color Cylindrical-coordinate representation of color #BAD618: hue angle of 68.84º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAD618 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 24 -
CMYK 0.13 0 0.89 0.16
HSL 68.84º 0.8% 0.47% -
HSV(B) 68.84º 0.89% 0.84% -
XYZ 44.46 58.6 9.83 -
YUV 183.97 37.72 129.45 -
System Red Green Blue C M Y K H S L
Decimal 186 214 24 0.13 0 0.89 0.16 68.84 0.8 0.47
Hex BA D6 18 D 0 59 10 45 50 2F
Octal 272 326 30 15 0 131 20 105 120 57
Binary 10111010 11010110 11000 1101 0 1011001 10000 1000101 1010000 101111

Color Harmonies of #BAD618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD618

Black with #BAD618

Text Example


Text Example

White with #BAD618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD618; }

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

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

background-color css

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

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

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

border-color css

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

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

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