Html Css Color HEX #ADB318 Bahia

📋 copy color: '#ADB318'

red 173 ◦ green 179 ◦ blue 24

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

Shades of Bahia #ADB318

Tints of Bahia #ADB318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 46.01%
G = 47.61%
B = 6.38%

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

#ADB318 (or 0xADB318) is known color: Bahia. HEX triplet: AD, B3 and 18. RGB value is (173,179,24). Sum of RGB (Red+Green+Blue) = 173+179+24=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB318 is #524CE7. Grayscale: #A0A0A0. Windows color (decimal): -5393640 or 1618861. OLE color: 1618861.

HSL color Cylindrical-coordinate representation of color #ADB318: hue angle of 62.32º degrees, saturation: 0.76, 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 #ADB318 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 24 -
CMYK 0.03 0 0.87 0.30
HSL 62.32º 0.76% 0.4% -
HSV(B) 62.32º 0.87% 0.7% -
XYZ 33.52 41.19 7.05 -
YUV 159.54 51.51 137.6 -
System Red Green Blue C M Y K H S L
Decimal 173 179 24 0.03 0 0.87 0.30 62.32 0.76 0.4
Hex AD B3 18 3 0 57 1E 3E 4C 28
Octal 255 263 30 3 0 127 36 76 114 50
Binary 10101101 10110011 11000 11 0 1010111 11110 111110 1001100 101000

Color Harmonies of #ADB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB318

Black with #ADB318

Text Example


Text Example

White with #ADB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB318; }

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

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

background-color css

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

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

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

border-color css

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

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

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