Html Css Color HEX #ADB11F Bahia

📋 copy color: '#ADB11F'

red 173 ◦ green 177 ◦ blue 31

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

Shades of Bahia #ADB11F

Tints of Bahia #ADB11F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.46%

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

R = 45.41%
G = 46.46%
B = 8.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#ADB11F (or 0xADB11F) is known color: Bahia. HEX triplet: AD, B1 and 1F. RGB value is (173,177,31). Sum of RGB (Red+Green+Blue) = 173+177+31=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB11F is #524EE0. Grayscale: #9F9F9F. Windows color (decimal): -5394145 or 2077101. OLE color: 2077101.

HSL color Cylindrical-coordinate representation of color #ADB11F: hue angle of 61.64º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADB11F is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 31 -
CMYK 0.02 0 0.82 0.31
HSL 61.64º 0.7% 0.41% -
HSV(B) 61.64º 0.82% 0.69% -
XYZ 33.2 40.43 7.35 -
YUV 159.16 55.67 137.87 -
System Red Green Blue C M Y K H S L
Decimal 173 177 31 0.02 0 0.82 0.31 61.64 0.7 0.41
Hex AD B1 1F 2 0 52 1F 3E 46 29
Octal 255 261 37 2 0 122 37 76 106 51
Binary 10101101 10110001 11111 10 0 1010010 11111 111110 1000110 101001

Color Harmonies of #ADB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB11F

Black with #ADB11F

Text Example


Text Example

White with #ADB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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