Html Css Color HEX #ADBA11 Bahia

📋 copy color: '#ADBA11'

red 173 ◦ green 186 ◦ blue 17

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

Shades of Bahia #ADBA11

Tints of Bahia #ADBA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 46.01%
G = 49.47%
B = 4.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#ADBA11 (or 0xADBA11) is known color: Bahia. HEX triplet: AD, BA and 11. RGB value is (173,186,17). Sum of RGB (Red+Green+Blue) = 173+186+17=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA11 is #5245EE. Grayscale: #A3A3A3. Windows color (decimal): -5391855 or 1161901. OLE color: 1161901.

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

Color convert

RGB 173 186 17 -
CMYK 0.07 0 0.91 0.27
HSL 64.62º 0.83% 0.4% -
HSV(B) 64.62º 0.91% 0.73% -
XYZ 34.89 44.04 7.19 -
YUV 162.85 45.69 135.24 -
System Red Green Blue C M Y K H S L
Decimal 173 186 17 0.07 0 0.91 0.27 64.62 0.83 0.4
Hex AD BA 11 7 0 5B 1B 41 53 28
Octal 255 272 21 7 0 133 33 101 123 50
Binary 10101101 10111010 10001 111 0 1011011 11011 1000001 1010011 101000

Color Harmonies of #ADBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA11

Black with #ADBA11

Text Example


Text Example

White with #ADBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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