Html Css Color HEX #ADBA18 Bahia

📋 copy color: '#ADBA18'

red 173 ◦ green 186 ◦ blue 24

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

Shades of Bahia #ADBA18

Tints of Bahia #ADBA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.27%

R = 45.17%
G = 48.56%
B = 6.27%

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

#ADBA18 (or 0xADBA18) is known color: Bahia. HEX triplet: AD, BA and 18. RGB value is (173,186,24). Sum of RGB (Red+Green+Blue) = 173+186+24=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA18 is #5245E7. Grayscale: #A4A4A4. Windows color (decimal): -5391848 or 1620653. OLE color: 1620653.

HSL color Cylindrical-coordinate representation of color #ADBA18: hue angle of 64.81º degrees, saturation: 0.77, 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 #ADBA18 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 24 -
CMYK 0.07 0 0.87 0.27
HSL 64.81º 0.77% 0.41% -
HSV(B) 64.81º 0.87% 0.73% -
XYZ 34.96 44.07 7.53 -
YUV 163.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 173 186 24 0.07 0 0.87 0.27 64.81 0.77 0.41
Hex AD BA 18 7 0 57 1B 41 4D 29
Octal 255 272 30 7 0 127 33 101 115 51
Binary 10101101 10111010 11000 111 0 1010111 11011 1000001 1001101 101001

Color Harmonies of #ADBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA18

Black with #ADBA18

Text Example


Text Example

White with #ADBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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