Html Css Color HEX #ADB817 Bahia

📋 copy color: '#ADB817'

red 173 ◦ green 184 ◦ blue 23

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

Shades of Bahia #ADB817

Tints of Bahia #ADB817

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.42%

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

R = 45.53%
G = 48.42%
B = 6.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#ADB817 (or 0xADB817) is known color: Bahia. HEX triplet: AD, B8 and 17. RGB value is (173,184,23). Sum of RGB (Red+Green+Blue) = 173+184+23=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB817 is #5247E8. Grayscale: #A2A2A2. Windows color (decimal): -5392361 or 1554605. OLE color: 1554605.

HSL color Cylindrical-coordinate representation of color #ADB817: hue angle of 64.1º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADB817 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 23 -
CMYK 0.06 0 0.88 0.28
HSL 64.1º 0.78% 0.41% -
HSV(B) 64.1º 0.88% 0.72% -
XYZ 34.53 43.23 7.33 -
YUV 162.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 173 184 23 0.06 0 0.88 0.28 64.1 0.78 0.41
Hex AD B8 17 6 0 58 1C 40 4E 29
Octal 255 270 27 6 0 130 34 100 116 51
Binary 10101101 10111000 10111 110 0 1011000 11100 1000000 1001110 101001

Color Harmonies of #ADB817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB817

Black with #ADB817

Text Example


Text Example

White with #ADB817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB817; }

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

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

background-color css

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

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

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

border-color css

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

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

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