Html Css Color HEX #ADB512 Bahia

📋 copy color: '#ADB512'

red 173 ◦ green 181 ◦ blue 18

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

Shades of Bahia #ADB512

Tints of Bahia #ADB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.66%

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

R = 46.51%
G = 48.66%
B = 4.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#ADB512 (or 0xADB512) is known color: Bahia. HEX triplet: AD, B5 and 12. RGB value is (173,181,18). Sum of RGB (Red+Green+Blue) = 173+181+18=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB512 is #524AED. Grayscale: #A0A0A0. Windows color (decimal): -5393134 or 1226157. OLE color: 1226157.

HSL color Cylindrical-coordinate representation of color #ADB512: hue angle of 62.94º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADB512 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 18 -
CMYK 0.04 0 0.90 0.29
HSL 62.94º 0.82% 0.39% -
HSV(B) 62.94º 0.9% 0.71% -
XYZ 33.87 41.98 6.89 -
YUV 160.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 173 181 18 0.04 0 0.90 0.29 62.94 0.82 0.39
Hex AD B5 12 4 0 5A 1D 3F 52 27
Octal 255 265 22 4 0 132 35 77 122 47
Binary 10101101 10110101 10010 100 0 1011010 11101 111111 1010010 100111

Color Harmonies of #ADB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB512

Black with #ADB512

Text Example


Text Example

White with #ADB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB512; }

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

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

background-color css

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

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

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

border-color css

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

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

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