Html Css Color HEX #ADBA1A Bahia

📋 copy color: '#ADBA1A'

red 173 ◦ green 186 ◦ blue 26

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

Shades of Bahia #ADBA1A

Tints of Bahia #ADBA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.75%

R = 44.94%
G = 48.31%
B = 6.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#ADBA1A (or 0xADBA1A) is known color: Bahia. HEX triplet: AD, BA and 1A. RGB value is (173,186,26). Sum of RGB (Red+Green+Blue) = 173+186+26=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA1A is #5245E5. Grayscale: #A4A4A4. Windows color (decimal): -5391846 or 1751725. OLE color: 1751725.

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

Color convert

RGB 173 186 26 -
CMYK 0.07 0 0.86 0.27
HSL 64.88º 0.75% 0.42% -
HSV(B) 64.88º 0.86% 0.73% -
XYZ 34.98 44.08 7.64 -
YUV 163.87 50.19 134.51 -
System Red Green Blue C M Y K H S L
Decimal 173 186 26 0.07 0 0.86 0.27 64.88 0.75 0.42
Hex AD BA 1A 7 0 56 1B 41 4B 2A
Octal 255 272 32 7 0 126 33 101 113 52
Binary 10101101 10111010 11010 111 0 1010110 11011 1000001 1001011 101010

Color Harmonies of #ADBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA1A

Black with #ADBA1A

Text Example


Text Example

White with #ADBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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