Html Css Color HEX #ADB51F Bahia

📋 copy color: '#ADB51F'

red 173 ◦ green 181 ◦ blue 31

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

Shades of Bahia #ADB51F

Tints of Bahia #ADB51F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.01%

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

R = 44.94%
G = 47.01%
B = 8.05%

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

#ADB51F (or 0xADB51F) is known color: Bahia. HEX triplet: AD, B5 and 1F. RGB value is (173,181,31). Sum of RGB (Red+Green+Blue) = 173+181+31=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB51F is #524AE0. Grayscale: #A2A2A2. Windows color (decimal): -5393121 or 2078125. OLE color: 2078125.

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

Color convert

RGB 173 181 31 -
CMYK 0.04 0 0.83 0.29
HSL 63.2º 0.71% 0.42% -
HSV(B) 63.2º 0.83% 0.71% -
XYZ 34 42.03 7.62 -
YUV 161.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 173 181 31 0.04 0 0.83 0.29 63.2 0.71 0.42
Hex AD B5 1F 4 0 53 1D 3F 47 2A
Octal 255 265 37 4 0 123 35 77 107 52
Binary 10101101 10110101 11111 100 0 1010011 11101 111111 1000111 101010

Color Harmonies of #ADB51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB51F

Black with #ADB51F

Text Example


Text Example

White with #ADB51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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