Html Css Color HEX #ADB423 Bahia

📋 copy color: '#ADB423'

red 173 ◦ green 180 ◦ blue 35

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

Shades of Bahia #ADB423

Tints of Bahia #ADB423

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.39%

 BLUE value IS 35 (14.06% from 255) = 9.02%

R = 44.59%
G = 46.39%
B = 9.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ADB423 (or 0xADB423) is known color: Bahia. HEX triplet: AD, B4 and 23. RGB value is (173,180,35). Sum of RGB (Red+Green+Blue) = 173+180+35=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB423 is #524BDC. Grayscale: #A1A1A1. Windows color (decimal): -5393373 or 2340013. OLE color: 2340013.

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

Color convert

RGB 173 180 35 -
CMYK 0.04 0 0.81 0.29
HSL 62.9º 0.67% 0.42% -
HSV(B) 62.9º 0.81% 0.71% -
XYZ 33.86 41.65 7.84 -
YUV 161.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 173 180 35 0.04 0 0.81 0.29 62.9 0.67 0.42
Hex AD B4 23 4 0 51 1D 3F 43 2A
Octal 255 264 43 4 0 121 35 77 103 52
Binary 10101101 10110100 100011 100 0 1010001 11101 111111 1000011 101010

Color Harmonies of #ADB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB423

Black with #ADB423

Text Example


Text Example

White with #ADB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB423; }

 p { color: rgb(173,180,35); }

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

background-color css

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

 a { background-color: rgb(173,180,35); }

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

border-color css

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

 span { border-color: rgb(173,180,35); }

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