Html Css Color HEX #ADBA14 Bahia

📋 copy color: '#ADBA14'

red 173 ◦ green 186 ◦ blue 20

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

Shades of Bahia #ADBA14

Tints of Bahia #ADBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

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

R = 45.65%
G = 49.08%
B = 5.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#ADBA14 (or 0xADBA14) is known color: Bahia. HEX triplet: AD, BA and 14. RGB value is (173,186,20). Sum of RGB (Red+Green+Blue) = 173+186+20=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA14 is #5245EB. Grayscale: #A3A3A3. Windows color (decimal): -5391852 or 1358509. OLE color: 1358509.

HSL color Cylindrical-coordinate representation of color #ADBA14: hue angle of 64.7º degrees, saturation: 0.81, 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 #ADBA14 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 20 -
CMYK 0.07 0 0.89 0.27
HSL 64.7º 0.81% 0.4% -
HSV(B) 64.7º 0.89% 0.73% -
XYZ 34.92 44.05 7.32 -
YUV 163.19 47.19 135 -
System Red Green Blue C M Y K H S L
Decimal 173 186 20 0.07 0 0.89 0.27 64.7 0.81 0.4
Hex AD BA 14 7 0 59 1B 41 51 28
Octal 255 272 24 7 0 131 33 101 121 50
Binary 10101101 10111010 10100 111 0 1011001 11011 1000001 1010001 101000

Color Harmonies of #ADBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA14

Black with #ADBA14

Text Example


Text Example

White with #ADBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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