Html Css Color HEX #ADB812 Bahia

📋 copy color: '#ADB812'

red 173 ◦ green 184 ◦ blue 18

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

Shades of Bahia #ADB812

Tints of Bahia #ADB812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

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

R = 46.13%
G = 49.07%
B = 4.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#ADB812 (or 0xADB812) is known color: Bahia. HEX triplet: AD, B8 and 12. RGB value is (173,184,18). Sum of RGB (Red+Green+Blue) = 173+184+18=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB812 is #5247ED. Grayscale: #A2A2A2. Windows color (decimal): -5392366 or 1226925. OLE color: 1226925.

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

Color convert

RGB 173 184 18 -
CMYK 0.06 0 0.90 0.28
HSL 63.98º 0.82% 0.4% -
HSV(B) 63.98º 0.9% 0.72% -
XYZ 34.48 43.21 7.09 -
YUV 161.79 46.86 136 -
System Red Green Blue C M Y K H S L
Decimal 173 184 18 0.06 0 0.90 0.28 63.98 0.82 0.4
Hex AD B8 12 6 0 5A 1C 40 52 28
Octal 255 270 22 6 0 132 34 100 122 50
Binary 10101101 10111000 10010 110 0 1011010 11100 1000000 1010010 101000

Color Harmonies of #ADB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB812

Black with #ADB812

Text Example


Text Example

White with #ADB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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