Html Css Color HEX #ADBA19 Bahia

📋 copy color: '#ADBA19'

red 173 ◦ green 186 ◦ blue 25

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

Shades of Bahia #ADBA19

Tints of Bahia #ADBA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 25 (10.16% from 255) = 6.51%

R = 45.05%
G = 48.44%
B = 6.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#ADBA19 (or 0xADBA19) is known color: Bahia. HEX triplet: AD, BA and 19. RGB value is (173,186,25). Sum of RGB (Red+Green+Blue) = 173+186+25=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA19 is #5245E6. Grayscale: #A4A4A4. Windows color (decimal): -5391847 or 1686189. OLE color: 1686189.

HSL color Cylindrical-coordinate representation of color #ADBA19: hue angle of 64.84º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADBA19 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 25 -
CMYK 0.07 0 0.87 0.27
HSL 64.84º 0.76% 0.41% -
HSV(B) 64.84º 0.87% 0.73% -
XYZ 34.97 44.07 7.58 -
YUV 163.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 173 186 25 0.07 0 0.87 0.27 64.84 0.76 0.41
Hex AD BA 19 7 0 57 1B 41 4C 29
Octal 255 272 31 7 0 127 33 101 114 51
Binary 10101101 10111010 11001 111 0 1010111 11011 1000001 1001100 101001

Color Harmonies of #ADBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA19

Black with #ADBA19

Text Example


Text Example

White with #ADBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA19; }

 p { color: rgb(173,186,25); }

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

background-color css

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

 a { background-color: rgb(173,186,25); }

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

border-color css

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

 span { border-color: rgb(173,186,25); }

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