Html Css Color HEX #ADB923 Bahia

📋 copy color: '#ADB923'

red 173 ◦ green 185 ◦ blue 35

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

Shades of Bahia #ADB923

Tints of Bahia #ADB923

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.07%

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

R = 44.02%
G = 47.07%
B = 8.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#ADB923 (or 0xADB923) is known color: Bahia. HEX triplet: AD, B9 and 23. RGB value is (173,185,35). Sum of RGB (Red+Green+Blue) = 173+185+35=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB923 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB923 is #5246DC. Grayscale: #A4A4A4. Windows color (decimal): -5392093 or 2341293. OLE color: 2341293.

HSL color Cylindrical-coordinate representation of color #ADB923: hue angle of 64.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB923 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 35 -
CMYK 0.06 0 0.81 0.27
HSL 64.8º 0.68% 0.43% -
HSV(B) 64.8º 0.81% 0.73% -
XYZ 34.89 43.7 8.19 -
YUV 164.31 55.02 134.2 -
System Red Green Blue C M Y K H S L
Decimal 173 185 35 0.06 0 0.81 0.27 64.8 0.68 0.43
Hex AD B9 23 6 0 51 1B 41 44 2B
Octal 255 271 43 6 0 121 33 101 104 53
Binary 10101101 10111001 100011 110 0 1010001 11011 1000001 1000100 101011

Color Harmonies of #ADB923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB923

Black with #ADB923

Text Example


Text Example

White with #ADB923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB923; }

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

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

background-color css

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

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

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

border-color css

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

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

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