Html Css Color HEX #ADB236 Brass

📋 copy color: '#ADB236'

red 173 ◦ green 178 ◦ blue 54

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

Shades of Brass #ADB236

Tints of Brass #ADB236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.33%

R = 42.72%
G = 43.95%
B = 13.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#ADB236 (or 0xADB236) is known color: Brass. HEX triplet: AD, B2 and 36. RGB value is (173,178,54). Sum of RGB (Red+Green+Blue) = 173+178+54=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB236 is #524DC9. Grayscale: #A2A2A2. Windows color (decimal): -5393866 or 3584685. OLE color: 3584685.

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

Color convert

RGB 173 178 54 -
CMYK 0.03 0 0.70 0.30
HSL 62.42º 0.53% 0.45% -
HSV(B) 62.42º 0.7% 0.7% -
XYZ 33.82 40.99 9.62 -
YUV 162.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 173 178 54 0.03 0 0.70 0.30 62.42 0.53 0.45
Hex AD B2 36 3 0 46 1E 3E 35 2D
Octal 255 262 66 3 0 106 36 76 65 55
Binary 10101101 10110010 110110 11 0 1000110 11110 111110 110101 101101

Color Harmonies of #ADB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB236

Black with #ADB236

Text Example


Text Example

White with #ADB236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB236; }

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

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

background-color css

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

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

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

border-color css

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

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

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