Html Css Color HEX #ADB813 Bahia

📋 copy color: '#ADB813'

red 173 ◦ green 184 ◦ blue 19

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

Shades of Bahia #ADB813

Tints of Bahia #ADB813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.05%

R = 46.01%
G = 48.94%
B = 5.05%

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

#ADB813 (or 0xADB813) is known color: Bahia. HEX triplet: AD, B8 and 13. RGB value is (173,184,19). Sum of RGB (Red+Green+Blue) = 173+184+19=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB813 is #5247EC. Grayscale: #A2A2A2. Windows color (decimal): -5392365 or 1292461. OLE color: 1292461.

HSL color Cylindrical-coordinate representation of color #ADB813: hue angle of 64º degrees, saturation: 0.81, 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 #ADB813 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 19 -
CMYK 0.06 0 0.90 0.28
HSL 64º 0.81% 0.4% -
HSV(B) 64º 0.9% 0.72% -
XYZ 34.49 43.21 7.14 -
YUV 161.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 173 184 19 0.06 0 0.90 0.28 64 0.81 0.4
Hex AD B8 13 6 0 5A 1C 40 51 28
Octal 255 270 23 6 0 132 34 100 121 50
Binary 10101101 10111000 10011 110 0 1011010 11100 1000000 1010001 101000

Color Harmonies of #ADB813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB813

Black with #ADB813

Text Example


Text Example

White with #ADB813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB813; }

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

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

background-color css

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

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

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

border-color css

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

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

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