Html Css Color HEX #ADBA16 Bahia

📋 copy color: '#ADBA16'

red 173 ◦ green 186 ◦ blue 22

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

Shades of Bahia #ADBA16

Tints of Bahia #ADBA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.77%

R = 45.41%
G = 48.82%
B = 5.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#ADBA16 (or 0xADBA16) is known color: Bahia. HEX triplet: AD, BA and 16. RGB value is (173,186,22). Sum of RGB (Red+Green+Blue) = 173+186+22=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA16 is #5245E9. Grayscale: #A4A4A4. Windows color (decimal): -5391850 or 1489581. OLE color: 1489581.

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

Color convert

RGB 173 186 22 -
CMYK 0.07 0 0.88 0.27
HSL 64.76º 0.79% 0.41% -
HSV(B) 64.76º 0.88% 0.73% -
XYZ 34.94 44.06 7.42 -
YUV 163.42 48.19 134.84 -
System Red Green Blue C M Y K H S L
Decimal 173 186 22 0.07 0 0.88 0.27 64.76 0.79 0.41
Hex AD BA 16 7 0 58 1B 41 4F 29
Octal 255 272 26 7 0 130 33 101 117 51
Binary 10101101 10111010 10110 111 0 1011000 11011 1000001 1001111 101001

Color Harmonies of #ADBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA16

Black with #ADBA16

Text Example


Text Example

White with #ADBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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