Html Css Color HEX #ADB425 Bahia

📋 copy color: '#ADB425'

red 173 ◦ green 180 ◦ blue 37

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

Shades of Bahia #ADB425

Tints of Bahia #ADB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.15%

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

R = 44.36%
G = 46.15%
B = 9.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#ADB425 (or 0xADB425) is known color: Bahia. HEX triplet: AD, B4 and 25. RGB value is (173,180,37). Sum of RGB (Red+Green+Blue) = 173+180+37=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB425 is #524BDA. Grayscale: #A2A2A2. Windows color (decimal): -5393371 or 2471085. OLE color: 2471085.

HSL color Cylindrical-coordinate representation of color #ADB425: hue angle of 62.94º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADB425 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 37 -
CMYK 0.04 0 0.79 0.29
HSL 62.94º 0.66% 0.43% -
HSV(B) 62.94º 0.79% 0.71% -
XYZ 33.89 41.66 8.01 -
YUV 161.61 57.68 136.13 -
System Red Green Blue C M Y K H S L
Decimal 173 180 37 0.04 0 0.79 0.29 62.94 0.66 0.43
Hex AD B4 25 4 0 4F 1D 3F 42 2B
Octal 255 264 45 4 0 117 35 77 102 53
Binary 10101101 10110100 100101 100 0 1001111 11101 111111 1000010 101011

Color Harmonies of #ADB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB425

Black with #ADB425

Text Example


Text Example

White with #ADB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB425; }

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

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

background-color css

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

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

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

border-color css

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

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

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