Html Css Color HEX #ADB514 Bahia

📋 copy color: '#ADB514'

red 173 ◦ green 181 ◦ blue 20

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

Shades of Bahia #ADB514

Tints of Bahia #ADB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.4%

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

R = 46.26%
G = 48.4%
B = 5.35%

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

#ADB514 (or 0xADB514) is known color: Bahia. HEX triplet: AD, B5 and 14. RGB value is (173,181,20). Sum of RGB (Red+Green+Blue) = 173+181+20=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB514 is #524AEB. Grayscale: #A0A0A0. Windows color (decimal): -5393132 or 1357229. OLE color: 1357229.

HSL color Cylindrical-coordinate representation of color #ADB514: hue angle of 62.98º 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 #ADB514 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 20 -
CMYK 0.04 0 0.89 0.29
HSL 62.98º 0.8% 0.39% -
HSV(B) 62.98º 0.89% 0.71% -
XYZ 33.88 41.98 6.98 -
YUV 160.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 173 181 20 0.04 0 0.89 0.29 62.98 0.8 0.39
Hex AD B5 14 4 0 59 1D 3F 50 27
Octal 255 265 24 4 0 131 35 77 120 47
Binary 10101101 10110101 10100 100 0 1011001 11101 111111 1010000 100111

Color Harmonies of #ADB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB514

Black with #ADB514

Text Example


Text Example

White with #ADB514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB514; }

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

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

background-color css

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

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

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

border-color css

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

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

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