Html Css Color HEX #ADB327 Bahia

📋 copy color: '#ADB327'

red 173 ◦ green 179 ◦ blue 39

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

Shades of Bahia #ADB327

Tints of Bahia #ADB327

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.78%

 BLUE value IS 39 (15.63% from 255) = 9.97%

R = 44.25%
G = 45.78%
B = 9.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#ADB327 (or 0xADB327) is known color: Bahia. HEX triplet: AD, B3 and 27. RGB value is (173,179,39). Sum of RGB (Red+Green+Blue) = 173+179+39=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB327 is #524CD8. Grayscale: #A1A1A1. Windows color (decimal): -5393625 or 2601901. OLE color: 2601901.

HSL color Cylindrical-coordinate representation of color #ADB327: hue angle of 62.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADB327 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 39 -
CMYK 0.03 0 0.78 0.30
HSL 62.57º 0.64% 0.43% -
HSV(B) 62.57º 0.78% 0.7% -
XYZ 33.72 41.27 8.11 -
YUV 161.25 59.01 136.38 -
System Red Green Blue C M Y K H S L
Decimal 173 179 39 0.03 0 0.78 0.30 62.57 0.64 0.43
Hex AD B3 27 3 0 4E 1E 3F 40 2B
Octal 255 263 47 3 0 116 36 77 100 53
Binary 10101101 10110011 100111 11 0 1001110 11110 111111 1000000 101011

Color Harmonies of #ADB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB327

Black with #ADB327

Text Example


Text Example

White with #ADB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB327; }

 p { color: rgb(173,179,39); }

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

background-color css

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

 a { background-color: rgb(173,179,39); }

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

border-color css

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

 span { border-color: rgb(173,179,39); }

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