Html Css Color HEX #ADB714 Bahia

📋 copy color: '#ADB714'

red 173 ◦ green 183 ◦ blue 20

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

Shades of Bahia #ADB714

Tints of Bahia #ADB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

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

R = 46.01%
G = 48.67%
B = 5.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#ADB714 (or 0xADB714) is known color: Bahia. HEX triplet: AD, B7 and 14. RGB value is (173,183,20). Sum of RGB (Red+Green+Blue) = 173+183+20=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB714 is #5248EB. Grayscale: #A2A2A2. Windows color (decimal): -5392620 or 1357741. OLE color: 1357741.

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

Color convert

RGB 173 183 20 -
CMYK 0.05 0 0.89 0.28
HSL 63.68º 0.8% 0.4% -
HSV(B) 63.68º 0.89% 0.72% -
XYZ 34.29 42.8 7.12 -
YUV 161.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 173 183 20 0.05 0 0.89 0.28 63.68 0.8 0.4
Hex AD B7 14 5 0 59 1C 40 50 28
Octal 255 267 24 5 0 131 34 100 120 50
Binary 10101101 10110111 10100 101 0 1011001 11100 1000000 1010000 101000

Color Harmonies of #ADB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB714

Black with #ADB714

Text Example


Text Example

White with #ADB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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