Html Css Color HEX #ADB91F Bahia

📋 copy color: '#ADB91F'

red 173 ◦ green 185 ◦ blue 31

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

Shades of Bahia #ADB91F

Tints of Bahia #ADB91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.97%

R = 44.47%
G = 47.56%
B = 7.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#ADB91F (or 0xADB91F) is known color: Bahia. HEX triplet: AD, B9 and 1F. RGB value is (173,185,31). Sum of RGB (Red+Green+Blue) = 173+185+31=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB91F is #5246E0. Grayscale: #A4A4A4. Windows color (decimal): -5392097 or 2079149. OLE color: 2079149.

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

Color convert

RGB 173 185 31 -
CMYK 0.06 0 0.83 0.27
HSL 64.68º 0.71% 0.42% -
HSV(B) 64.68º 0.83% 0.73% -
XYZ 34.83 43.68 7.89 -
YUV 163.86 53.02 134.52 -
System Red Green Blue C M Y K H S L
Decimal 173 185 31 0.06 0 0.83 0.27 64.68 0.71 0.42
Hex AD B9 1F 6 0 53 1B 41 47 2A
Octal 255 271 37 6 0 123 33 101 107 52
Binary 10101101 10111001 11111 110 0 1010011 11011 1000001 1000111 101010

Color Harmonies of #ADB91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB91F

Black with #ADB91F

Text Example


Text Example

White with #ADB91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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