Html Css Color HEX #ADB414 Bahia

📋 copy color: '#ADB414'

red 173 ◦ green 180 ◦ blue 20

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

Shades of Bahia #ADB414

Tints of Bahia #ADB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.26%

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

R = 46.38%
G = 48.26%
B = 5.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#ADB414 (or 0xADB414) is known color: Bahia. HEX triplet: AD, B4 and 14. RGB value is (173,180,20). Sum of RGB (Red+Green+Blue) = 173+180+20=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB414 is #524BEB. Grayscale: #A0A0A0. Windows color (decimal): -5393388 or 1356973. OLE color: 1356973.

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

Color convert

RGB 173 180 20 -
CMYK 0.04 0 0.89 0.29
HSL 62.63º 0.8% 0.39% -
HSV(B) 62.63º 0.89% 0.71% -
XYZ 33.68 41.58 6.91 -
YUV 159.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 173 180 20 0.04 0 0.89 0.29 62.63 0.8 0.39
Hex AD B4 14 4 0 59 1D 3F 50 27
Octal 255 264 24 4 0 131 35 77 120 47
Binary 10101101 10110100 10100 100 0 1011001 11101 111111 1010000 100111

Color Harmonies of #ADB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB414

Black with #ADB414

Text Example


Text Example

White with #ADB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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