Html Css Color HEX #ADB225 Bahia

📋 copy color: '#ADB225'

red 173 ◦ green 178 ◦ blue 37

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

Shades of Bahia #ADB225

Tints of Bahia #ADB225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.54%

R = 44.59%
G = 45.88%
B = 9.54%

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

#ADB225 (or 0xADB225) is known color: Bahia. HEX triplet: AD, B2 and 25. RGB value is (173,178,37). Sum of RGB (Red+Green+Blue) = 173+178+37=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB225 is #524DDA. Grayscale: #A0A0A0. Windows color (decimal): -5393883 or 2470573. OLE color: 2470573.

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

Color convert

RGB 173 178 37 -
CMYK 0.03 0 0.79 0.30
HSL 62.13º 0.66% 0.42% -
HSV(B) 62.13º 0.79% 0.7% -
XYZ 33.49 40.86 7.87 -
YUV 160.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 173 178 37 0.03 0 0.79 0.30 62.13 0.66 0.42
Hex AD B2 25 3 0 4F 1E 3E 42 2A
Octal 255 262 45 3 0 117 36 76 102 52
Binary 10101101 10110010 100101 11 0 1001111 11110 111110 1000010 101010

Color Harmonies of #ADB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB225

Black with #ADB225

Text Example


Text Example

White with #ADB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB225; }

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

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

background-color css

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

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

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

border-color css

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

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

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