Html Css Color HEX #ADB224 Bahia

📋 copy color: '#ADB224'

red 173 ◦ green 178 ◦ blue 36

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

Shades of Bahia #ADB224

Tints of Bahia #ADB224

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.99%

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 44.7%
G = 45.99%
B = 9.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#ADB224 (or 0xADB224) is known color: Bahia. HEX triplet: AD, B2 and 24. RGB value is (173,178,36). Sum of RGB (Red+Green+Blue) = 173+178+36=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB224 is #524DDB. Grayscale: #A0A0A0. Windows color (decimal): -5393884 or 2405037. OLE color: 2405037.

HSL color Cylindrical-coordinate representation of color #ADB224: hue angle of 62.11º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADB224 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 36 -
CMYK 0.03 0 0.80 0.30
HSL 62.11º 0.66% 0.42% -
HSV(B) 62.11º 0.8% 0.7% -
XYZ 33.47 40.85 7.79 -
YUV 160.32 57.84 137.05 -
System Red Green Blue C M Y K H S L
Decimal 173 178 36 0.03 0 0.80 0.30 62.11 0.66 0.42
Hex AD B2 24 3 0 50 1E 3E 42 2A
Octal 255 262 44 3 0 120 36 76 102 52
Binary 10101101 10110010 100100 11 0 1010000 11110 111110 1000010 101010

Color Harmonies of #ADB224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB224

Black with #ADB224

Text Example


Text Example

White with #ADB224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB224; }

 p { color: rgb(173,178,36); }

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

background-color css

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

 a { background-color: rgb(173,178,36); }

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

border-color css

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

 span { border-color: rgb(173,178,36); }

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