Html Css Color HEX #ADB314 Bahia

📋 copy color: '#ADB314'

red 173 ◦ green 179 ◦ blue 20

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

Shades of Bahia #ADB314

Tints of Bahia #ADB314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 46.51%
G = 48.12%
B = 5.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#ADB314 (or 0xADB314) is known color: Bahia. HEX triplet: AD, B3 and 14. RGB value is (173,179,20). Sum of RGB (Red+Green+Blue) = 173+179+20=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB314 is #524CEB. Grayscale: #9F9F9F. Windows color (decimal): -5393644 or 1356717. OLE color: 1356717.

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

Color convert

RGB 173 179 20 -
CMYK 0.03 0 0.89 0.30
HSL 62.26º 0.8% 0.39% -
HSV(B) 62.26º 0.89% 0.7% -
XYZ 33.48 41.17 6.84 -
YUV 159.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 173 179 20 0.03 0 0.89 0.30 62.26 0.8 0.39
Hex AD B3 14 3 0 59 1E 3E 50 27
Octal 255 263 24 3 0 131 36 76 120 47
Binary 10101101 10110011 10100 11 0 1011001 11110 111110 1010000 100111

Color Harmonies of #ADB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB314

Black with #ADB314

Text Example


Text Example

White with #ADB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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