Html Css Color HEX #ADC912 Bahia

📋 copy color: '#ADC912'

red 173 ◦ green 201 ◦ blue 18

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

Shades of Bahia #ADC912

Tints of Bahia #ADC912

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.28%

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

R = 44.13%
G = 51.28%
B = 4.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#ADC912 (or 0xADC912) is known color: Bahia. HEX triplet: AD, C9 and 12. RGB value is (173,201,18). Sum of RGB (Red+Green+Blue) = 173+201+18=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC912 is #5236ED. Grayscale: #ACACAC. Windows color (decimal): -5388014 or 1231277. OLE color: 1231277.

HSL color Cylindrical-coordinate representation of color #ADC912: hue angle of 69.18º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADC912 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 18 -
CMYK 0.14 0 0.91 0.21
HSL 69.18º 0.84% 0.43% -
HSV(B) 69.18º 0.91% 0.79% -
XYZ 38.23 50.7 8.34 -
YUV 171.77 41.22 128.88 -
System Red Green Blue C M Y K H S L
Decimal 173 201 18 0.14 0 0.91 0.21 69.18 0.84 0.43
Hex AD C9 12 E 0 5B 15 45 54 2B
Octal 255 311 22 16 0 133 25 105 124 53
Binary 10101101 11001001 10010 1110 0 1011011 10101 1000101 1010100 101011

Color Harmonies of #ADC912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC912

Black with #ADC912

Text Example


Text Example

White with #ADC912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC912; }

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

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

background-color css

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

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

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

border-color css

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

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

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