Html Css Color HEX #ADB326 Bahia

📋 copy color: '#ADB326'

red 173 ◦ green 179 ◦ blue 38

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

Shades of Bahia #ADB326

Tints of Bahia #ADB326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.74%

R = 44.36%
G = 45.9%
B = 9.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#ADB326 (or 0xADB326) is known color: Bahia. HEX triplet: AD, B3 and 26. RGB value is (173,179,38). Sum of RGB (Red+Green+Blue) = 173+179+38=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB326 is #524CD9. Grayscale: #A1A1A1. Windows color (decimal): -5393626 or 2536365. OLE color: 2536365.

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

Color convert

RGB 173 179 38 -
CMYK 0.03 0 0.79 0.30
HSL 62.55º 0.65% 0.43% -
HSV(B) 62.55º 0.79% 0.7% -
XYZ 33.7 41.26 8.02 -
YUV 161.13 58.51 136.46 -
System Red Green Blue C M Y K H S L
Decimal 173 179 38 0.03 0 0.79 0.30 62.55 0.65 0.43
Hex AD B3 26 3 0 4F 1E 3F 41 2B
Octal 255 263 46 3 0 117 36 77 101 53
Binary 10101101 10110011 100110 11 0 1001111 11110 111111 1000001 101011

Color Harmonies of #ADB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB326

Black with #ADB326

Text Example


Text Example

White with #ADB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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