Html Css Color HEX #ADB71F Bahia

📋 copy color: '#ADB71F'

red 173 ◦ green 183 ◦ blue 31

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

Shades of Bahia #ADB71F

Tints of Bahia #ADB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.29%

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

R = 44.7%
G = 47.29%
B = 8.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#ADB71F (or 0xADB71F) is known color: Bahia. HEX triplet: AD, B7 and 1F. RGB value is (173,183,31). Sum of RGB (Red+Green+Blue) = 173+183+31=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB71F is #5248E0. Grayscale: #A3A3A3. Windows color (decimal): -5392609 or 2078637. OLE color: 2078637.

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

Color convert

RGB 173 183 31 -
CMYK 0.05 0 0.83 0.28
HSL 63.95º 0.71% 0.42% -
HSV(B) 63.95º 0.83% 0.72% -
XYZ 34.41 42.85 7.75 -
YUV 162.68 53.69 135.36 -
System Red Green Blue C M Y K H S L
Decimal 173 183 31 0.05 0 0.83 0.28 63.95 0.71 0.42
Hex AD B7 1F 5 0 53 1C 40 47 2A
Octal 255 267 37 5 0 123 34 100 107 52
Binary 10101101 10110111 11111 101 0 1010011 11100 1000000 1000111 101010

Color Harmonies of #ADB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB71F

Black with #ADB71F

Text Example


Text Example

White with #ADB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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