Html Css Color HEX #ADB81A Bahia

📋 copy color: '#ADB81A'

red 173 ◦ green 184 ◦ blue 26

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

Shades of Bahia #ADB81A

Tints of Bahia #ADB81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.04%

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

R = 45.17%
G = 48.04%
B = 6.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#ADB81A (or 0xADB81A) is known color: Bahia. HEX triplet: AD, B8 and 1A. RGB value is (173,184,26). Sum of RGB (Red+Green+Blue) = 173+184+26=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB81A is #5247E5. Grayscale: #A3A3A3. Windows color (decimal): -5392358 or 1751213. OLE color: 1751213.

HSL color Cylindrical-coordinate representation of color #ADB81A: hue angle of 64.18º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB81A is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 26 -
CMYK 0.06 0 0.86 0.28
HSL 64.18º 0.75% 0.41% -
HSV(B) 64.18º 0.86% 0.72% -
XYZ 34.56 43.24 7.5 -
YUV 162.7 50.86 135.35 -
System Red Green Blue C M Y K H S L
Decimal 173 184 26 0.06 0 0.86 0.28 64.18 0.75 0.41
Hex AD B8 1A 6 0 56 1C 40 4B 29
Octal 255 270 32 6 0 126 34 100 113 51
Binary 10101101 10111000 11010 110 0 1010110 11100 1000000 1001011 101001

Color Harmonies of #ADB81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB81A

Black with #ADB81A

Text Example


Text Example

White with #ADB81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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