Html Css Color HEX #ADB914 Bahia

📋 copy color: '#ADB914'

red 173 ◦ green 185 ◦ blue 20

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

Shades of Bahia #ADB914

Tints of Bahia #ADB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.94%

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

R = 45.77%
G = 48.94%
B = 5.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#ADB914 (or 0xADB914) is known color: Bahia. HEX triplet: AD, B9 and 14. RGB value is (173,185,20). Sum of RGB (Red+Green+Blue) = 173+185+20=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB914 is #5246EB. Grayscale: #A3A3A3. Windows color (decimal): -5392108 or 1358253. OLE color: 1358253.

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

Color convert

RGB 173 185 20 -
CMYK 0.06 0 0.89 0.27
HSL 64.36º 0.8% 0.4% -
HSV(B) 64.36º 0.89% 0.73% -
XYZ 34.71 43.63 7.25 -
YUV 162.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 173 185 20 0.06 0 0.89 0.27 64.36 0.8 0.4
Hex AD B9 14 6 0 59 1B 40 50 28
Octal 255 271 24 6 0 131 33 100 120 50
Binary 10101101 10111001 10100 110 0 1011001 11011 1000000 1010000 101000

Color Harmonies of #ADB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB914

Black with #ADB914

Text Example


Text Example

White with #ADB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB914; }

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

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

background-color css

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

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

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

border-color css

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

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

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