Html Css Color HEX #ADB615 Bahia

📋 copy color: '#ADB615'

red 173 ◦ green 182 ◦ blue 21

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

Shades of Bahia #ADB615

Tints of Bahia #ADB615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.4%

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

R = 46.01%
G = 48.4%
B = 5.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#ADB615 (or 0xADB615) is known color: Bahia. HEX triplet: AD, B6 and 15. RGB value is (173,182,21). Sum of RGB (Red+Green+Blue) = 173+182+21=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB615 is #5249EA. Grayscale: #A1A1A1. Windows color (decimal): -5392875 or 1423021. OLE color: 1423021.

HSL color Cylindrical-coordinate representation of color #ADB615: hue angle of 63.35º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADB615 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 21 -
CMYK 0.05 0 0.88 0.29
HSL 63.35º 0.79% 0.4% -
HSV(B) 63.35º 0.88% 0.71% -
XYZ 34.1 42.39 7.1 -
YUV 160.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 173 182 21 0.05 0 0.88 0.29 63.35 0.79 0.4
Hex AD B6 15 5 0 58 1D 3F 4F 28
Octal 255 266 25 5 0 130 35 77 117 50
Binary 10101101 10110110 10101 101 0 1011000 11101 111111 1001111 101000

Color Harmonies of #ADB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB615

Black with #ADB615

Text Example


Text Example

White with #ADB615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB615; }

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

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

background-color css

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

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

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

border-color css

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

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

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