Html Css Color HEX #ADB912 Bahia

📋 copy color: '#ADB912'

red 173 ◦ green 185 ◦ blue 18

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

Shades of Bahia #ADB912

Tints of Bahia #ADB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

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

R = 46.01%
G = 49.2%
B = 4.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#ADB912 (or 0xADB912) is known color: Bahia. HEX triplet: AD, B9 and 12. RGB value is (173,185,18). Sum of RGB (Red+Green+Blue) = 173+185+18=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB912 is #5246ED. Grayscale: #A3A3A3. Windows color (decimal): -5392110 or 1227181. OLE color: 1227181.

HSL color Cylindrical-coordinate representation of color #ADB912: hue angle of 64.31º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADB912 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 18 -
CMYK 0.06 0 0.90 0.27
HSL 64.31º 0.82% 0.4% -
HSV(B) 64.31º 0.9% 0.73% -
XYZ 34.69 43.63 7.16 -
YUV 162.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 173 185 18 0.06 0 0.90 0.27 64.31 0.82 0.4
Hex AD B9 12 6 0 5A 1B 40 52 28
Octal 255 271 22 6 0 132 33 100 122 50
Binary 10101101 10111001 10010 110 0 1011010 11011 1000000 1010010 101000

Color Harmonies of #ADB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB912

Black with #ADB912

Text Example


Text Example

White with #ADB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB912; }

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

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

background-color css

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

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

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

border-color css

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

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

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