#ADC01C

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

Shades of Bahia #ADC01C

Tints of Bahia #ADC01C

Color information

#ADC01C (or 0xADC01C) is unknown color: approx Bahia. HEX triplet: AD, C0 and 1C. RGB value is (173,192,28). Sum of RGB (Red+Green+Blue) = 173+192+28=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC01C is #523FE3. Grayscale: #A8A8A8. Windows color (decimal): -5390308 or 1884333. OLE color: 1884333.

HSL color Cylindrical-coordinate representation of color #ADC01C: hue angle of 66.95º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC01C is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB17319228-
CMYK0.1000.850.25
HSL66.95º74.55%43.14%-
HSV(B)66.95º85.42%75.29%-
XYZ36.2946.678.19-
YUV167.6249.21131.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 192 (75.39% from 255) = 48.85%
BLUE value IS 28 (11.33% from 255) = 7.12%
R=44.02%
G=48.85%
B=7.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173192280.1000.850.2566.9574.5543.14
HexADC01CA05519434b2b
Octal255300341201253110311353
Binary1010110111000000111001010010101011100110000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC01C; }

 p { color: rgb(173,192,28); }

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

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

 a { background-color: rgb(173,192,28); }

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

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

 span { border-color: rgb(173,192,28); }

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