#BAD41C

Color #BAD41C Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BAD41C

Tints of Rio Grande #BAD41C

Color information

#BAD41C (or 0xBAD41C) is unknown color: approx Rio Grande. HEX triplet: BA, D4 and 1C. RGB value is (186,212,28). Sum of RGB (Red+Green+Blue) = 186+212+28=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD41C is #452BE3. Grayscale: #B7B7B7. Windows color (decimal): -4533220 or 1889466. OLE color: 1889466.

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

Color convert

RGB18621228-
CMYK0.1200.870.17
HSL68.48º76.67%47.06%-
HSV(B)68.48º86.79%83.14%-
XYZ4457.619.9-
YUV183.2540.39129.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 212 (83.20% from 255) = 49.77%
BLUE value IS 28 (11.33% from 255) = 6.57%
R=43.66%
G=49.77%
B=6.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186212280.1200.870.1768.4876.6747.06
HexBAD41CC05711444d2f
Octal272324341401272110411557
Binary1011101011010100111001100010101111000110001001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD41C; }

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

 H1.HeaderClassName
 {
   color: #BAD41C;
 }
 .AnyTagClassName
 {
   color: #BAD41C;
 }
</style>
background-color css

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

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

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

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

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

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