Html Css Color HEX #ADBA24 Bahia

📋 copy color: '#ADBA24'

red 173 ◦ green 186 ◦ blue 36

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

Shades of Bahia #ADBA24

Tints of Bahia #ADBA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.11%

R = 43.8%
G = 47.09%
B = 9.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#ADBA24 (or 0xADBA24) is known color: Bahia. HEX triplet: AD, BA and 24. RGB value is (173,186,36). Sum of RGB (Red+Green+Blue) = 173+186+36=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA24 is #5245DB. Grayscale: #A5A5A5. Windows color (decimal): -5391836 or 2407085. OLE color: 2407085.

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

Color convert

RGB 173 186 36 -
CMYK 0.07 0 0.81 0.27
HSL 65.2º 0.68% 0.44% -
HSV(B) 65.2º 0.81% 0.73% -
XYZ 35.11 44.13 8.34 -
YUV 165.01 55.19 133.7 -
System Red Green Blue C M Y K H S L
Decimal 173 186 36 0.07 0 0.81 0.27 65.2 0.68 0.44
Hex AD BA 24 7 0 51 1B 41 44 2C
Octal 255 272 44 7 0 121 33 101 104 54
Binary 10101101 10111010 100100 111 0 1010001 11011 1000001 1000100 101100

Color Harmonies of #ADBA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA24

Black with #ADBA24

Text Example


Text Example

White with #ADBA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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