Html Css Color HEX #ADB317 Bahia

📋 copy color: '#ADB317'

red 173 ◦ green 179 ◦ blue 23

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

Shades of Bahia #ADB317

Tints of Bahia #ADB317

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 46.13%
G = 47.73%
B = 6.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#ADB317 (or 0xADB317) is known color: Bahia. HEX triplet: AD, B3 and 17. RGB value is (173,179,23). Sum of RGB (Red+Green+Blue) = 173+179+23=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB317 is #524CE8. Grayscale: #A0A0A0. Windows color (decimal): -5393641 or 1553325. OLE color: 1553325.

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

Color convert

RGB 173 179 23 -
CMYK 0.03 0 0.87 0.30
HSL 62.31º 0.77% 0.4% -
HSV(B) 62.31º 0.87% 0.7% -
XYZ 33.51 41.19 6.99 -
YUV 159.42 51.01 137.68 -
System Red Green Blue C M Y K H S L
Decimal 173 179 23 0.03 0 0.87 0.30 62.31 0.77 0.4
Hex AD B3 17 3 0 57 1E 3E 4D 28
Octal 255 263 27 3 0 127 36 76 115 50
Binary 10101101 10110011 10111 11 0 1010111 11110 111110 1001101 101000

Color Harmonies of #ADB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB317

Black with #ADB317

Text Example


Text Example

White with #ADB317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB317; }

 p { color: rgb(173,179,23); }

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

background-color css

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

 a { background-color: rgb(173,179,23); }

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

border-color css

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

 span { border-color: rgb(173,179,23); }

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