Html Css Color HEX #ADB315 Bahia

📋 copy color: '#ADB315'

red 173 ◦ green 179 ◦ blue 21

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

Shades of Bahia #ADB315

Tints of Bahia #ADB315

RGB

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

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

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

R = 46.38%
G = 47.99%
B = 5.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#ADB315 (or 0xADB315) is known color: Bahia. HEX triplet: AD, B3 and 15. RGB value is (173,179,21). Sum of RGB (Red+Green+Blue) = 173+179+21=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB315 is #524CEA. Grayscale: #9F9F9F. Windows color (decimal): -5393643 or 1422253. OLE color: 1422253.

HSL color Cylindrical-coordinate representation of color #ADB315: hue angle of 62.28º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADB315 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 21 -
CMYK 0.03 0 0.88 0.30
HSL 62.28º 0.79% 0.39% -
HSV(B) 62.28º 0.88% 0.7% -
XYZ 33.49 41.18 6.89 -
YUV 159.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 173 179 21 0.03 0 0.88 0.30 62.28 0.79 0.39
Hex AD B3 15 3 0 58 1E 3E 4F 27
Octal 255 263 25 3 0 130 36 76 117 47
Binary 10101101 10110011 10101 11 0 1011000 11110 111110 1001111 100111

Color Harmonies of #ADB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB315

Black with #ADB315

Text Example


Text Example

White with #ADB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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