Html Css Color HEX #ADB23B Brass

📋 copy color: '#ADB23B'

red 173 ◦ green 178 ◦ blue 59

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

Shades of Brass #ADB23B

Tints of Brass #ADB23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.39%

R = 42.2%
G = 43.41%
B = 14.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#ADB23B (or 0xADB23B) is known color: Brass. HEX triplet: AD, B2 and 3B. RGB value is (173,178,59). Sum of RGB (Red+Green+Blue) = 173+178+59=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB23B is #524DC4. Grayscale: #A3A3A3. Windows color (decimal): -5393861 or 3912365. OLE color: 3912365.

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

Color convert

RGB 173 178 59 -
CMYK 0.03 0 0.67 0.30
HSL 62.52º 0.5% 0.46% -
HSV(B) 62.52º 0.67% 0.7% -
XYZ 33.94 41.04 10.27 -
YUV 162.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 173 178 59 0.03 0 0.67 0.30 62.52 0.5 0.46
Hex AD B2 3B 3 0 43 1E 3F 32 2E
Octal 255 262 73 3 0 103 36 77 62 56
Binary 10101101 10110010 111011 11 0 1000011 11110 111111 110010 101110

Color Harmonies of #ADB23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB23B

Black with #ADB23B

Text Example


Text Example

White with #ADB23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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