Html Css Color HEX #ADB530 Bahia

📋 copy color: '#ADB530'

red 173 ◦ green 181 ◦ blue 48

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

Shades of Bahia #ADB530

Tints of Bahia #ADB530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.94%

R = 43.03%
G = 45.02%
B = 11.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ADB530 (or 0xADB530) is known color: Bahia. HEX triplet: AD, B5 and 30. RGB value is (173,181,48). Sum of RGB (Red+Green+Blue) = 173+181+48=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB530 is #524ACF. Grayscale: #A3A3A3. Windows color (decimal): -5393104 or 3192237. OLE color: 3192237.

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

Color convert

RGB 173 181 48 -
CMYK 0.04 0 0.73 0.29
HSL 63.61º 0.58% 0.45% -
HSV(B) 63.61º 0.73% 0.71% -
XYZ 34.29 42.15 9.12 -
YUV 163.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 173 181 48 0.04 0 0.73 0.29 63.61 0.58 0.45
Hex AD B5 30 4 0 49 1D 40 3A 2D
Octal 255 265 60 4 0 111 35 100 72 55
Binary 10101101 10110101 110000 100 0 1001001 11101 1000000 111010 101101

Color Harmonies of #ADB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB530

Black with #ADB530

Text Example


Text Example

White with #ADB530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB530; }

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

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

background-color css

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

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

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

border-color css

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

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

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