Html Css Color HEX #ADC012 Bahia

📋 copy color: '#ADC012'

red 173 ◦ green 192 ◦ blue 18

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

Shades of Bahia #ADC012

Tints of Bahia #ADC012

RGB

 RED value IS 173 (67.97% from 255) = 45.17%

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 18 (7.42% from 255) = 4.7%

R = 45.17%
G = 50.13%
B = 4.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ADC012 (or 0xADC012) is known color: Bahia. HEX triplet: AD, C0 and 12. RGB value is (173,192,18). Sum of RGB (Red+Green+Blue) = 173+192+18=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC012 is #523FED. Grayscale: #A7A7A7. Windows color (decimal): -5390318 or 1228973. OLE color: 1228973.

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

Color convert

RGB 173 192 18 -
CMYK 0.10 0 0.91 0.25
HSL 66.55º 0.83% 0.41% -
HSV(B) 66.55º 0.91% 0.75% -
XYZ 36.19 46.63 7.66 -
YUV 166.48 44.21 132.65 -
System Red Green Blue C M Y K H S L
Decimal 173 192 18 0.10 0 0.91 0.25 66.55 0.83 0.41
Hex AD C0 12 A 0 5B 19 43 53 29
Octal 255 300 22 12 0 133 31 103 123 51
Binary 10101101 11000000 10010 1010 0 1011011 11001 1000011 1010011 101001

Color Harmonies of #ADC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC012

Black with #ADC012

Text Example


Text Example

White with #ADC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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