Html Css Color HEX #ADB91A Bahia

📋 copy color: '#ADB91A'

red 173 ◦ green 185 ◦ blue 26

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

Shades of Bahia #ADB91A

Tints of Bahia #ADB91A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.18%

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

R = 45.05%
G = 48.18%
B = 6.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#ADB91A (or 0xADB91A) is known color: Bahia. HEX triplet: AD, B9 and 1A. RGB value is (173,185,26). Sum of RGB (Red+Green+Blue) = 173+185+26=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB91A is #5246E5. Grayscale: #A3A3A3. Windows color (decimal): -5392102 or 1751469. OLE color: 1751469.

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

Color convert

RGB 173 185 26 -
CMYK 0.06 0 0.86 0.27
HSL 64.53º 0.75% 0.41% -
HSV(B) 64.53º 0.86% 0.73% -
XYZ 34.77 43.66 7.57 -
YUV 163.29 50.52 134.93 -
System Red Green Blue C M Y K H S L
Decimal 173 185 26 0.06 0 0.86 0.27 64.53 0.75 0.41
Hex AD B9 1A 6 0 56 1B 41 4B 29
Octal 255 271 32 6 0 126 33 101 113 51
Binary 10101101 10111001 11010 110 0 1010110 11011 1000001 1001011 101001

Color Harmonies of #ADB91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB91A

Black with #ADB91A

Text Example


Text Example

White with #ADB91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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