Html Css Color HEX #ADB815 Bahia

📋 copy color: '#ADB815'

red 173 ◦ green 184 ◦ blue 21

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

Shades of Bahia #ADB815

Tints of Bahia #ADB815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.56%

R = 45.77%
G = 48.68%
B = 5.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#ADB815 (or 0xADB815) is known color: Bahia. HEX triplet: AD, B8 and 15. RGB value is (173,184,21). Sum of RGB (Red+Green+Blue) = 173+184+21=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB815 is #5247EA. Grayscale: #A2A2A2. Windows color (decimal): -5392363 or 1423533. OLE color: 1423533.

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

Color convert

RGB 173 184 21 -
CMYK 0.06 0 0.89 0.28
HSL 64.05º 0.8% 0.4% -
HSV(B) 64.05º 0.89% 0.72% -
XYZ 34.51 43.22 7.23 -
YUV 162.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 173 184 21 0.06 0 0.89 0.28 64.05 0.8 0.4
Hex AD B8 15 6 0 59 1C 40 50 28
Octal 255 270 25 6 0 131 34 100 120 50
Binary 10101101 10111000 10101 110 0 1011001 11100 1000000 1010000 101000

Color Harmonies of #ADB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB815

Black with #ADB815

Text Example


Text Example

White with #ADB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB815; }

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

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

background-color css

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

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

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

border-color css

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

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

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