Html Css Color HEX #ADB31F Bahia

📋 copy color: '#ADB31F'

red 173 ◦ green 179 ◦ blue 31

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

Shades of Bahia #ADB31F

Tints of Bahia #ADB31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.74%

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

R = 45.17%
G = 46.74%
B = 8.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#ADB31F (or 0xADB31F) is known color: Bahia. HEX triplet: AD, B3 and 1F. RGB value is (173,179,31). Sum of RGB (Red+Green+Blue) = 173+179+31=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB31F is #524CE0. Grayscale: #A0A0A0. Windows color (decimal): -5393633 or 2077613. OLE color: 2077613.

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

Color convert

RGB 173 179 31 -
CMYK 0.03 0 0.83 0.30
HSL 62.43º 0.7% 0.41% -
HSV(B) 62.43º 0.83% 0.7% -
XYZ 33.6 41.22 7.48 -
YUV 160.33 55.01 137.03 -
System Red Green Blue C M Y K H S L
Decimal 173 179 31 0.03 0 0.83 0.30 62.43 0.7 0.41
Hex AD B3 1F 3 0 53 1E 3E 46 29
Octal 255 263 37 3 0 123 36 76 106 51
Binary 10101101 10110011 11111 11 0 1010011 11110 111110 1000110 101001

Color Harmonies of #ADB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB31F

Black with #ADB31F

Text Example


Text Example

White with #ADB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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