Html Css Color HEX #ADB412 Bahia

📋 copy color: '#ADB412'

red 173 ◦ green 180 ◦ blue 18

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

Shades of Bahia #ADB412

Tints of Bahia #ADB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.52%

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

R = 46.63%
G = 48.52%
B = 4.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#ADB412 (or 0xADB412) is known color: Bahia. HEX triplet: AD, B4 and 12. RGB value is (173,180,18). Sum of RGB (Red+Green+Blue) = 173+180+18=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB412 is #524BED. Grayscale: #A0A0A0. Windows color (decimal): -5393390 or 1225901. OLE color: 1225901.

HSL color Cylindrical-coordinate representation of color #ADB412: hue angle of 62.59º 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 #ADB412 is Cyan = 0.04, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 18 -
CMYK 0.04 0 0.9 0.29
HSL 62.59º 0.82% 0.39% -
HSV(B) 62.59º 0.9% 0.71% -
XYZ 33.66 41.57 6.82 -
YUV 159.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 173 180 18 0.04 0 0.9 0.29 62.59 0.82 0.39
Hex AD B4 12 4 0 5A 1D 3F 52 27
Octal 255 264 22 4 0 132 35 77 122 47
Binary 10101101 10110100 10010 100 0 1011010 11101 111111 1010010 100111

Color Harmonies of #ADB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB412

Black with #ADB412

Text Example


Text Example

White with #ADB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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