Html Css Color HEX #ADB018 Bahia

📋 copy color: '#ADB018'

red 173 ◦ green 176 ◦ blue 24

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

Shades of Bahia #ADB018

Tints of Bahia #ADB018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.18%

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

R = 46.38%
G = 47.18%
B = 6.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#ADB018 (or 0xADB018) is known color: Bahia. HEX triplet: AD, B0 and 18. RGB value is (173,176,24). Sum of RGB (Red+Green+Blue) = 173+176+24=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB018 is #524FE7. Grayscale: #9E9E9E. Windows color (decimal): -5394408 or 1618093. OLE color: 1618093.

HSL color Cylindrical-coordinate representation of color #ADB018: hue angle of 61.18º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB018 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 24 -
CMYK 0.02 0 0.86 0.31
HSL 61.18º 0.76% 0.39% -
HSV(B) 61.18º 0.86% 0.69% -
XYZ 32.92 40 6.85 -
YUV 157.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 173 176 24 0.02 0 0.86 0.31 61.18 0.76 0.39
Hex AD B0 18 2 0 56 1F 3D 4C 27
Octal 255 260 30 2 0 126 37 75 114 47
Binary 10101101 10110000 11000 10 0 1010110 11111 111101 1001100 100111

Color Harmonies of #ADB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB018

Black with #ADB018

Text Example


Text Example

White with #ADB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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