Html Css Color HEX #BAD51C Rio Grande

📋 copy color: '#BAD51C'

red 186 ◦ green 213 ◦ blue 28

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

Shades of Rio Grande #BAD51C

Tints of Rio Grande #BAD51C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.88%

 BLUE value IS 28 (11.33% from 255) = 6.56%

R = 43.56%
G = 49.88%
B = 6.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BAD51C (or 0xBAD51C) is known color: Rio Grande. HEX triplet: BA, D5 and 1C. RGB value is (186,213,28). Sum of RGB (Red+Green+Blue) = 186+213+28=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD51C is #452AE3. Grayscale: #B8B8B8. Windows color (decimal): -4532964 or 1889722. OLE color: 1889722.

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

Color convert

RGB 186 213 28 -
CMYK 0.13 0 0.87 0.16
HSL 68.76º 0.77% 0.47% -
HSV(B) 68.76º 0.87% 0.84% -
XYZ 44.25 58.11 9.98 -
YUV 183.84 40.05 129.54 -
System Red Green Blue C M Y K H S L
Decimal 186 213 28 0.13 0 0.87 0.16 68.76 0.77 0.47
Hex BA D5 1C D 0 57 10 45 4D 2F
Octal 272 325 34 15 0 127 20 105 115 57
Binary 10111010 11010101 11100 1101 0 1010111 10000 1000101 1001101 101111

Color Harmonies of #BAD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD51C

Black with #BAD51C

Text Example


Text Example

White with #BAD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD51C; }

 p { color: rgb(186,213,28); }

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

background-color css

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

 a { background-color: rgb(186,213,28); }

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

border-color css

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

 span { border-color: rgb(186,213,28); }

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