Html Css Color HEX #ADB41F Bahia

📋 copy color: '#ADB41F'

red 173 ◦ green 180 ◦ blue 31

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

Shades of Bahia #ADB41F

Tints of Bahia #ADB41F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.88%

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

R = 45.05%
G = 46.88%
B = 8.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#ADB41F (or 0xADB41F) is known color: Bahia. HEX triplet: AD, B4 and 1F. RGB value is (173,180,31). Sum of RGB (Red+Green+Blue) = 173+180+31=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB41F is #524BE0. Grayscale: #A1A1A1. Windows color (decimal): -5393377 or 2077869. OLE color: 2077869.

HSL color Cylindrical-coordinate representation of color #ADB41F: hue angle of 62.82º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADB41F is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 31 -
CMYK 0.04 0 0.83 0.29
HSL 62.82º 0.71% 0.41% -
HSV(B) 62.82º 0.83% 0.71% -
XYZ 33.8 41.63 7.55 -
YUV 160.92 54.68 136.62 -
System Red Green Blue C M Y K H S L
Decimal 173 180 31 0.04 0 0.83 0.29 62.82 0.71 0.41
Hex AD B4 1F 4 0 53 1D 3F 47 29
Octal 255 264 37 4 0 123 35 77 107 51
Binary 10101101 10110100 11111 100 0 1010011 11101 111111 1000111 101001

Color Harmonies of #ADB41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB41F

Black with #ADB41F

Text Example


Text Example

White with #ADB41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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